dawidd6 / action-send-mail

:gear: A GitHub Action to send an email to multiple recipients
MIT License
443 stars 186 forks source link

:sparkles: Adding support to SSLv3 to TLS #160

Open vilherda opened 1 year ago

vilherda commented 1 year ago

Depending on the configuration of the destination SMTP server, secure communication should be configured with this option for the transport in the "nodemailer" framework. Otherwise, the response results in some kind of communication protocol error.