Closed makotr closed 4 years ago
👋 @makotr
Is certainly possible to add support for SMTP authentication configuration. However, we've tried to avoid adding that type of configuration support into this image because SMTP authentication can get a little complicated in certain scenarios. There are several existing lightweight images whose primary purpose is to provide relay support for an upstream SMTP server that requires authentication (for example juanluisbaptiste/docker-postfix).
Now, that said, if there is a reason that using a dedicated container for handling SMTP authentication won't work for you, we'll look at adding it. We're just trying to avoid complicating the code if it's not needed.
I'm closing this issue since we haven't received a response in a while. Please to leave a comment if you'd like it re-opened!
In the moment the user and password cannot be set through env variables.
Is it possible to change the code, that the user and password can set with env values?