deep-email-validator
deep-email-validator copied to clipboard
SMTP Timeout
Running my server locally is fine, but after running my express server online, smtp timeout, and it send validity as false
I had the same problems when I wanted to find out why our emails bounced on, and I found out that the SMTP port is blocked by a lot of IsP, apparently exactly so you can't do this and bruteforce the email addresses out of a domain for instance.
IMO this info should be in this dependency's README.
Yes, mostly the ISP block the connections between your server to the SMTP server by the port 25(default). You should ask them to remove the block
It'd be a great feature if we could customize SMTP port. For Google Cloud Platform, we're allowed to use ports 587 or 465.
- https://cloud.google.com/compute/docs/tutorials/sending-mail
any new solution?
any new solution?
has?
any update on this?