node-sendmail icon indicating copy to clipboard operation
node-sendmail copied to clipboard

send mail without setting up a SMTP server

Results 25 node-sendmail issues
Sort by recently updated
recently updated
newest added

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...

Add testing to the module

Feature Request

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...

How does one set a timeou when sending an email?

Feature Request