node-sendmail
node-sendmail copied to clipboard
send mail without setting up a SMTP server
CRLF
I saw your roadmap and it is written "CRLF". Is it to fix the no compliance to SMTP (bare LF is prohibited by 821bis) ? Right now emails sent by...
My understanding is that if I call sendmail() and there is a 4XX error code, it is transient and I should retry the call after some delay. But there is...
hello, I am using node-sendmail with debian 8, node 6.11, sendmail latest. Everything is incredibly simple and working well (spf, dkim...). The only problem i am meeting, is mail content...