Add SMTP reply_to option (#11718)

* Add SMTP_REPLY_TO in .env.production.sample

* Set reply_to in SMTP options
This commit is contained in:
Hugo Gameiro
2019-09-02 17:12:40 +01:00
committed by Eugen Rochko
parent 1f22b8197c
commit 5466b39c78
2 changed files with 5 additions and 1 deletions

View File

@ -69,6 +69,7 @@ SMTP_PORT=587
SMTP_LOGIN=
SMTP_PASSWORD=
SMTP_FROM_ADDRESS=notifications@example.com
#SMTP_REPLY_TO=
#SMTP_DOMAIN= # defaults to LOCAL_DOMAIN
#SMTP_DELIVERY_METHOD=smtp # delivery method can also be sendmail
#SMTP_AUTH_METHOD=plain