Skip to content

SMTP environment variables not working if set inside plausible-conf.env #3299

Discussion options

You must be logged in to vote

From what I gathered SMTP_HOST_SSL_ENABLED means SSL/TLS only, no STARTTLS. I have tried setting SMTP_HOST_PORT=587 and SMTP_HOST_SSL_ENABLED=false aswell as SMTP_HOST_PORT=465 and SMTP_HOST_SSL_ENABLED=false - both are working for me and sending mail over encrypted connections.

If my understanding is correct your settings do not work because you are trying to use SSL/TLS over a connection that supports STARTTLS only. Have you tried setting SMTP_HOST_SSL_ENABLED=false?

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by puresick
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@dimejo
Comment options

@puresick
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants