Re: disposable email addresses

Jamie-Carey
Level 6

disposable email addresses

Hey everyone,

I'm putting together a list of "email address contains" to filter free disposable email addresses to junk. (I'm not including free ESPs like gmail, just those one off disposable email addresses). I'd love to know what you have found too! And please let me know if anything in my list is a real email domain that shouldn't be in this list.

Here's what I have so far:

@nowmymail.com

@mailinator.com

@mytrashmail.com

@oneoffemail.com

@yopmail.com

@guerrilamail.com

@trbvm.com

@20mail.it

@fakeinbox.com

@meltmail.com

@spamgourmet.com

@trashmail.com

@spamex.com

@you.e4ward.com

@mvrht.com

@kruzz.org

@msgsafe.io

@gmaildottrick.com

@divismail.ru

@maildrop.cc

@o.yedi.org

@mailed.ro

@e.spr.io

@g.vda.ro

@e.ekcal.com

@go.sivik.de

@op.csh.ro

@dr.vankin.de

@e.lee.mx

@e.ezfill.com

@u.duk33.com

@domforfb27.tk

@f.fxnxs.com

@e.piki.si

@hq.okzk.com

@domforfb23.tk

@o.civx.org

@r.rulfer.com

@qs.grish.de

@j.jobical.com

@o.opp24.com

@ws.yodx.ro

@k.kon42.com

@g.rbb.org

@n.rabin.ca

@qwkcmail.com

@mailserver.bid

@simply-email.bid

@emailme.bid

@free-mail.bid

@bqhost.top

@simplemailserver.bid

@free-4-everbody.bid

@www-email.bid

@emails-like-snails.bid

@your-free-mail.bid

@emailme.bid

@mails-4-mails.bid

@simple-mail-server.bid

@jaggernautemail.bid

@qikmail.com

20 REPLIES 20
SanfordWhiteman
Level 10 - Community Moderator

Re: disposable email addresses

The canonical list is the Freemail-Disposable list: freemail/disposable.txt at master

Jamie-Carey
Level 6

Re: disposable email addresses

I googled sooooo much and also searched the nation for this! Thanks Sanford Whiteman​

Anonymous
Not applicable

Re: disposable email addresses

there's also a js you can put into a landing page for your forms. I use it on my unbounce landing pages to reject known disposable email addresses.

webmail_valiation_free_and_anonymous.html · GitHub

SanfordWhiteman
Level 10 - Community Moderator

Re: disposable email addresses

Needs to be heavily adapted for Marketo forms, which use a private event model.

If you upload the raw Freemail-Disposable file to your Marketo instance you can seamlessly validate against it like this: http://cdpn.figureone.com/figureone/debug/8e33a954137850d2d374aaccb0d30403 (code)

SanfordWhiteman
Level 10 - Community Moderator

Re: disposable email addresses

And btw you can use the same logic for any list of unwanted domains. Once you start listing more than 20 or so in your source you should consider using an external file like I do here.

SydneyMulligan
Level 10 - Champion Alumni

Re: disposable email addresses

Sanford, apologies for my ignorance here, but where are you uploading that list? To the Design Studio?

SanfordWhiteman
Level 10 - Community Moderator

Re: disposable email addresses

Yes.

The technique used here is a simple, age-old, yet rarely used means of reading a plain-text file from the same domain.  You could use Ajax instead, but I like to mix things up to keep my skills fresh.

SydneyMulligan
Level 10 - Champion Alumni

Re: disposable email addresses

Very cool! I like it!

Jennifer_Burtch
Level 1

Re: disposable email addresses

Hi Sanford, I realize it's been a while since this thread has been active, but I'm curious where I put the validation code? I couldn't find anywhere on the form or landing page that allows me to edit the source code. It's all drag and drop. Thanks for any insight!