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

CRLF #71

Open micktaiwan opened 4 years ago

micktaiwan commented 4 years ago

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 node-sendmail are rejected by some SMTP servers and this is a showstopper.

GreenPioneer commented 4 years ago

@micktaiwan - Correct

Granted there are a lot of things to fix but that is one of them