validator-demo icon indicating copy to clipboard operation
validator-demo copied to clipboard

School Email Address Validation

Open iamakimmer opened this issue 7 years ago • 1 comments

I have some schools with this email format:

[email protected] [email protected] [email protected]

It says the emails are invalid..what is making it invalid, and how can I change it so that the school addresses become valid?

iamakimmer avatar Mar 22 '17 17:03 iamakimmer

There is nothing wrong with the Javascript.

Those email addresses are marked invalid by the mailgun api because the domain names don't have valid A records: https://who.is/whois/city.k12.ny.us https://www.mailgun.com/email-validation

Mailgun is suppose to reject this exact type of situation.

I tested this with a valid 4 domain email address from my local school district and everything worked.

msigley avatar Mar 27 '17 15:03 msigley