So, this could even just be a clever way to collect email addresses through a simple form.
https://www.troyhunt.com/im-sorry-but-your-email-address-is-...
Exactly what I thought after pressing submit on my personal email (which was then reported as not existing). D'oh.
1. Check if email is wellformed, with an *extremely* lenient algorithm. Basically, do we have .*@.* ?
2. Check that the domain is real, has an MX record, and the SMTP server in the MX record exists.
Ok, send mail! The only way to verify after that is to send an email with a verification link and complete the circle.This fails both ways on my tests.
disable_vrfy_command = yes
smtpd_delay_reject = yes
smtpd_helo_required = yes
The only way to be sure that the address actually exists is to send mail and have the recipient actively respond - however, if there's no response, it can mean any number of things: no such address, message got lost, message got spambinned, message got deleted by recipient, recipient couldn't be bothered to reply.
In other words, do not expect certainty from e-mail.
Nemesis ESMTP Service not available 554-No SMTP service 554-IP address is black listed.
---
This domain has a catch all email address so we are unable to determine if this email matches an account.
---
Error: Invalid greeting from server - 554 No SMTPd here This email does not exist or cannot be found
---
Error: Invalid greeting from server - 554 Your access to this mail system has been rejected due to the sending MTA's poor reputation. If you believe that this failure is in error, please contact XXXXXX This email does not exist or cannot be found
So... yeah... 100% error rate on something that says "the results should be relatively trustworthy." Relative to what? That success rate doesn't even crack the Mendoza Line.
Also, it kinda sucks that i can't send the query with Enter key, and i bet it sucks much more for eg. visually impaired users. Is there any particular reason you used bunch of <div>s instead of good old <form>?
I have a system where i have double wildcard so X@X.some.domain and your site fails
Error: Spam detection in use
This email does not exist or cannot be found