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

Do you plan to use TLS ? #75

Open micktaiwan opened 4 years ago

micktaiwan commented 4 years ago

@greenpioneer Do you plan to implement an option to use TLS while sending an email ?

See https://nodemailer.com/smtp/ secure – if true the connection will use TLS when connecting to server.

zavr-1 commented 4 years ago

the client does have tls upgrade

https://github.com/guileen/node-sendmail/blob/f8f5666b13252e6e5940db59d8083fcf3a102047/sendmail.js#L199-L217

micktaiwan commented 4 years ago

I do not see the relevance of the code you sent