mailgen.biz Open in urlscan Pro
67.222.150.62  Public Scan

URL: https://mailgen.biz/
Submission: On April 27 via manual from ES — Scanned from ES

Form analysis 5 forms found in the DOM

POST

<form wire:submit.prevent="create" class="lg:max-w-72 lg:mx-auto" method="post">
  <input class="block appearance-none w-full border-0 rounded-md py-4 px-5 bg-white text-white bg-opacity-10 focus:outline-none placeholder-white placeholder-opacity-50" type="text" name="user" id="user" wire:model.defer="user"
    placeholder="Introduce tu nombre">
  <div class="divider mt-5"></div>
  <div class="relative">
    <div class="relative" x-data="{ open: false }" @click.away="open = false" @close.stop="open = false">
      <div @click="open = ! open">
        <input x-ref="domain" type="text" class="block appearance-none w-full border-0 bg-white text-white py-4 px-5 pr-8 bg-opacity-10 rounded-md cursor-pointer focus:outline-none select-none placeholder-white placeholder-opacity-50"
          placeholder="Seleccionar dominio" name="domain" id="domain" wire:model="domain" readonly="">
      </div>
      <div x-show="open" x-transition:enter="transition ease-out duration-200" x-transition:enter-start="transform opacity-0 scale-95" x-transition:enter-end="transform opacity-100 scale-100" x-transition:leave="transition ease-in duration-75"
        x-transition:leave-start="transform opacity-100 scale-100" x-transition:leave-end="transform opacity-0 scale-95" class="absolute z-50 mt-2 w-full rounded-md shadow-lg origin-top-right right-0" style="display: none;" @click="open = false">
        <div class="rounded-md shadow-xs py-1 bg-white">
          <a x-on:click="$refs.domain.value = 'mailgen.club'; $wire.setDomain('mailgen.club')" class="block px-4 py-2 text-sm leading-5 text-gray-700 cursor-pointer hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out">mailgen.club</a>
          <a x-on:click="$refs.domain.value = 'mailgen.pro'; $wire.setDomain('mailgen.pro')" class="block px-4 py-2 text-sm leading-5 text-gray-700 cursor-pointer hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out">mailgen.pro</a>
          <a x-on:click="$refs.domain.value = 'mailgen.info'; $wire.setDomain('mailgen.info')" class="block px-4 py-2 text-sm leading-5 text-gray-700 cursor-pointer hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out">mailgen.info</a>
          <a x-on:click="$refs.domain.value = 'mailgen.xyz'; $wire.setDomain('mailgen.xyz')" class="block px-4 py-2 text-sm leading-5 text-gray-700 cursor-pointer hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out">mailgen.xyz</a>
          <a x-on:click="$refs.domain.value = 'mailgen.pw'; $wire.setDomain('mailgen.pw')" class="block px-4 py-2 text-sm leading-5 text-gray-700 cursor-pointer hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out">mailgen.pw</a>
          <a x-on:click="$refs.domain.value = 'mailgen.fun'; $wire.setDomain('mailgen.fun')" class="block px-4 py-2 text-sm leading-5 text-gray-700 cursor-pointer hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out">mailgen.fun</a>
          <a x-on:click="$refs.domain.value = 'mailgen.biz'; $wire.setDomain('mailgen.biz')" class="block px-4 py-2 text-sm leading-5 text-gray-700 cursor-pointer hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out">mailgen.biz</a>
          <a x-on:click="$refs.domain.value = 'mailgen.io'; $wire.setDomain('mailgen.io')" class="block px-4 py-2 text-sm leading-5 text-gray-700 cursor-pointer hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out">mailgen.io</a>
        </div>
      </div>
    </div>
    <div class="pointer-events-none absolute inset-y-0 right-0 flex items-center px-5 text-white">
      <svg class="fill-current h-4 w-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
        <path d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z"></path>
      </svg>
    </div>
  </div>
  <div class="divider mt-5"></div>
  <input id="create" class="block appearance-none w-full rounded-md py-4 px-5 bg-teal-500 text-white cursor-pointer focus:outline-none" style="background-color: #2fc10a" type="submit" value="Crear">
  <div class="divider my-8 flex justify-center">
    <div class="border-t-2 w-2/3 border-white border-opacity-25"></div>
  </div>
</form>

POST

<form wire:submit.prevent="random" class="lg:max-w-72 lg:mx-auto" method="post">
  <input id="random" class="block appearance-none w-full rounded-md py-4 px-5 bg-yellow-500 text-white cursor-pointer focus:outline-none" style="background-color: #d2ab3e" type="submit" value="aleatorio">
</form>

POST #

<form class="lg:max-w-72 lg:mx-auto" action="#" method="post">
  <div class="relative">
    <div class="relative" x-data="{ open: false }" @click.away="open = false" @close.stop="open = false">
      <div @click="open = ! open">
        <div class="block appearance-none w-full bg-white text-white py-4 px-5 pr-8 bg-opacity-10 rounded-md cursor-pointer focus:outline-none select-none" id="email_id"></div>
      </div>
      <div x-show="open" x-transition:enter="transition ease-out duration-200" x-transition:enter-start="transform opacity-0 scale-95" x-transition:enter-end="transform opacity-100 scale-100" x-transition:leave="transition ease-in duration-75"
        x-transition:leave-start="transform opacity-100 scale-100" x-transition:leave-end="transform opacity-0 scale-95" class="absolute z-50 mt-2 w-full rounded-md shadow-lg origin-top" style="display: none;" @click="open = false">
        <div class="rounded-md shadow-xs py-1 bg-white">
        </div>
      </div>
    </div>
    <div class="pointer-events-none absolute inset-y-0 right-0 flex items-center px-3 text-white">
      <svg class="fill-current h-4 w-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
        <path d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z"></path>
      </svg>
    </div>
  </div>
</form>

POST https://mailgen.biz/locale

<form action="https://mailgen.biz/locale" id="locale-form" method="post">
  <input type="hidden" name="_token" value="Ib6z3r1LjNyAnQ0SRXFIq8yEuuc3SI9pETCfBFS4"> <select class="block appearance-none bg-gray-200 cursor-pointer text-gray-800 py-1 rounded-md focus:outline-none" name="locale" id="locale">
    <option>ar</option>
    <option>de</option>
    <option>en</option>
    <option>fr</option>
    <option>hi</option>
    <option>pl</option>
    <option>ru</option>
    <option selected="">es</option>
    <option>vi</option>
    <option>tr</option>
  </select>
</form>

POST https://mailgen.biz/locale

<form action="https://mailgen.biz/locale" id="locale-form-mobile" method="post">
  <input type="hidden" name="_token" value="Ib6z3r1LjNyAnQ0SRXFIq8yEuuc3SI9pETCfBFS4"> <select class="block appearance-none bg-gray-200 cursor-pointer text-gray-800 py-1 rounded-md focus:outline-none" name="locale" id="locale-mobile">
    <option>ar</option>
    <option>de</option>
    <option>en</option>
    <option>fr</option>
    <option>hi</option>
    <option>pl</option>
    <option>ru</option>
    <option selected="">es</option>
    <option>vi</option>
    <option>tr</option>
  </select>
</form>

Text Content

WE VALUE YOUR PRIVACY

We and our partners store and/or access information on a device, such as cookies
and process personal data, such as unique identifiers and standard information
sent by a device for personalised ads and content, ad and content measurement,
and audience insights, as well as to develop and improve products.
With your permission we and our partners may use precise geolocation data and
identification through device scanning. You may click to consent to our and our
partners’ processing as described above. Alternatively you may access more
detailed information and change your preferences before consenting or to refuse
consenting.
Please note that some processing of your personal data may not require your
consent, but you have a right to object to such processing. Your preferences
will apply to this website only. You can change your preferences at any time by
returning to this site or visit our privacy policy.
MORE OPTIONSAGREE
mailgen.club mailgen.pro mailgen.info mailgen.xyz mailgen.pw mailgen.fun
mailgen.biz mailgen.io




Copia
Actualizar
Nuevo
Borrar

Home FAQ 🛡 Protect your IP ₿ Interest on Crypto 💳 Best Crypto Credit Card 💰
20% Interest on Crypto & Fiat 300% with your Cryptos!
ar de en fr hi pl ru es vi tr
Home FAQ 🛡 Protect your IP ₿ Interest on Crypto 💳 Best Crypto Credit Card 💰
20% Interest on Crypto & Fiat 300% with your Cryptos!
ar de en fr hi pl ru es vi tr


MAILGEN - FAKE EMAIL RANDOM GENERATOR




Mailgen is a service that allows to receive email at a temporary fake address
that self-destructed after a certain time elapses. It is also known by names
like : tempmail, 10minutemail, throwaway email, fake-mail or trash-mail. Many
forums, Wi-Fi owners, websites and blogs ask visitors to register before they
can view content, post comments or download something. Mailgen is most advanced
throwaway fake email service that helps you avoid spam and stay safe.










WHY DO I NEED MAILGEN - FAKE EMAIL RANDOM GENERATOR?

 

When we discover that an anonymous garbage fake email exists, we do not fully
understand how usefulness it can be. And the most important question is, “Why do
we need a temporary fake email, if we already have regular email service
providers (gmail.com, yahoo.com, gmx.com …)?” If both the regular emails and
anonymous fake emails are completely free, then, “What’s the difference?” you
might ask. When you register to get a regular email, you will need to provide
personal information. However, using a temporary fake email you don't need to do
it. A regular email address will never delete your emails, while all the letters
will be automatically deleted after an hour when you are using a temporary fake
email. A regular email can't be completely removed. On the other hand,
disposable email gives you this option without any problems.


 


MAILGEN FEATURES :

 

 * No registration, Totally free garbage disposable temporary E-mail.
 * Free Temporary Email Generator for the lifetime.
 * Easy to generate many email ids in a click.
 * You are allowed to use temp mail address anytime.
 * Get Custom username for fake email id.
 * You will get Multi-Domain email id.
 * Turn on Notification Alerts for new email notification.

 


WHAT IS RANDOM TEMPORARY ONE-WAY EMAIL?

 

One-way garbage email - is a service that allows you to receive email at a
temporary address that will self-destruct after a period of time. It is also
known by names like: tempmail, 10 minutemail, disposable email, fake mail or
trash email. Many forums, wireless owners, websites and blogs ask visitors to
register before they can view content, post comments or download anything.
Temp-Mail - is the most advanced disposable email service that helps you avoid
spam and stay safe.

 


1-CLICK RANDOM E-MAIL GENERATOR

 


GENERATE AN E-MAIL ADDRESS QUICKLY AND EASILY WITH JUST ONE CLICK!

 

If you want to generate an email address quickly, the Email Generator offers you
the best solution for generating an email address with a mailbox. Here you can
receive your emails, retrieve, read and delete them directly. With only one
click to your own email address.

 

You can generate hundreds of mailboxes with your own email address and use it
for yourself. There is absolutely no limit here! Save yourself the long, tedious
registration procedures on other platforms.





HOW DOES THE RANDOM EMAIL GENERATOR WORK?

 

Automatic email address with mailbox generated.

 

With one click on the "Generate Email" button a new email address will be
generated for you. The name of the generated email address is randomly
generated. You can also change the name by entering your desired name for the
mail instead of the generated one in the URL and update the page once.

 

With the generated e-mail address you can now register for competitions,
newsletters or similar services without having to enter your main e-mail
address. This saves you a lot of spam and unnecessary advertising in your main
mailbox.

 

When you receive e-mails, the e-mails are automatically displayed. The loading
bar will show you that new mail is being checked for live in your inbox.

 

With mailgen's garbage email generator, there's no need to sign up for long
periods of time elsewhere. You will receive a free, accessible junk mailbox that
you can use for advertising mails, registrations or for receiving e-mails
quickly.


Error
Éxito
ID de correo electrónico copiado en el portapapeles