guileen / node-sendmail

send mail without setting up a SMTP server

Home Page:http://guileen.github.com/node-sendmail

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sendmail issue

hamahamahama opened this issue · comments

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 ?

@hamahamahama

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

Google often blocks emails coming from personal computers

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

commented

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.