guileen / node-sendmail

send mail without setting up a SMTP server
http://guileen.github.com/node-sendmail
MIT License
559 stars 110 forks source link

sendmail issue #72

Open hamahamahama opened 4 years ago

hamahamahama commented 4 years ago

Hello @GreenPioneer , I used the sendmail API in order to send a mail with node js , so I followed your documentation as we can see in the picture , as a result no error appears and i can't receive any email .

image

Can you Help me please ?

GreenPioneer commented 4 years ago

@hamahamahama

Have you tried sending from a server not just your localhost?

Google often blocks emails coming from personal computers

himharsh1997 commented 3 years ago

i don't think so as I had used nodemailer for report sending and it send to gmail without get blocked once.

skywa04885 commented 3 years ago

Port 25, 587 or 465 blocked by ISP maybe ? On some ISP's it just refuses to connect, others just look like they connect, but just hang... Just like trying to connect to a protected port on a UFW firewall.