Conversation
Remove the SMTP_TLS Enironment variable to restore the ability to use Mailservers with TLS enabled.
|
@MaxRink is it still possible to use the Docker image without SMTP TLS? Not sure if someone is using that? |
|
Well, the dockerfile curretnly in use sets the environment Variable "SMTP_NOTLS" to true. And as far as i know there is no easy way to unset an env var defined in an dockerfile so the Variable needs to be dropped from the presets within the Dockerfile to get SMTP TLS working. And i know that that isn't the real solution to this Issue (i'd propose to change the handling of the ENV_Var to actually reflect the value, not just the existance) but its a quick fix that gets that working again. |
Remove the SMTP_TLS Enironment variable to restore the ability to use Mailservers with TLS enabled.
As described here ( #446 (comment) ) the existance of this Var disables TLS Support completely..
This change adds the ability to use TLS-Mail back into the Docker Image