You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conventionally, mail sent on port 465 uses TLS, however strider-mailer does not have a way to enable secure transport.
In index.js there are two objects, smtpTransport and smtpConfig which together orchestrate nodemailer. The smtpTransport option could be modified per https://github.com/andris9/nodemailer-smtp-transport#usage to have {secure: true} if the port is 465.
Either that or we expose more configuration to the user through ENV
Conventionally, mail sent on port 465 uses TLS, however strider-mailer does not have a way to enable secure transport.
In index.js there are two objects, smtpTransport and smtpConfig which together orchestrate nodemailer. The smtpTransport option could be modified per https://github.com/andris9/nodemailer-smtp-transport#usage to have
{secure: true}
if the port is 465.Either that or we expose more configuration to the user through ENV
ref Strider-CD/strider#570
The text was updated successfully, but these errors were encountered: