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
{{ message }}
This repository has been archived by the owner on Oct 11, 2019. It is now read-only.
Currently the module does not have an option to allow SMTP servers with self-signed certificates. These can be useful in scenarios when only encryption layer is required.
This can be fixed by adding: tls: { rejectUnauthorized: settings['emailer:local:tls_allow_unauthrozied'] }
to smtpConfig variable in Emailer.send function.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently the module does not have an option to allow SMTP servers with self-signed certificates. These can be useful in scenarios when only encryption layer is required.
This can be fixed by adding:
tls: { rejectUnauthorized: settings['emailer:local:tls_allow_unauthrozied'] }
to smtpConfig variable in Emailer.send function.
The text was updated successfully, but these errors were encountered: