-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't validate emails except from gmail #7
Comments
Sorry what do you mean doesn't validate them? What does it return? What do you expect it to return? |
it always fails the smtp check for outlook.com and office365 mailboxes even though the email addresses I tried are valid |
Hello, |
Don't think this error is relevant to this issue... Are you trying to use |
You're correct. Thanks for the response. |
It's not working for me on the server-side too. especially, |
Yeah there seem to be some issues with outlook validation. |
When validating a known and working Yahoo address, I get this response: "The mail address that you specified was not syntactically correct." |
Hi guys, did you get the solution? It doesnt validate emails that contains @hotmail.com in my case.
|
Was this ever solved @mfbx9da4 ? Trying to find a validation solution for work and will have to go with something else if this is still an issue. |
Hi I've not had time to work on this recently. Looks to be related to smtps. |
This is not a solution, but to keep validating gmail emails i use the "validate" like this:
|
Hello, I'm trying to implement verification for email from yahoo, icloud servers - but when I send the DATA command I can't send the next msg command. If anyone can help me. const commands = [ 220 mtaproxy407.free.mail.bf1.yahoo.com ESMTP ready STOP HERE WITH TIMEOUT |
Some update on this ? |
@mfbx9da4 I believe It seems that only a handful of SMTP servers permit SMTP connection smoothly, and its success is contingent upon the IP reputation. |
Try adding the following code to the options to whitelist TLD domains |
|
Yahoo, aol, outlook and so on domain won't validate, nobody yet able to make a package that validate those.
The text was updated successfully, but these errors were encountered: