We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
{secure: true}
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:
Is that the expected behavior? For it to be secure when on port 465?
Sorry, something went wrong.
That seems to be the convention as far as I've seen it in configs, etc, but I'd like a 2nd opinion
No branches or pull requests
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: