about summary refs log tree commit diff
path: root/.env.production.sample
diff options
context:
space:
mode:
authorHugo Gameiro <hmgameiro@gmail.com>2019-09-02 17:12:40 +0100
committerEugen Rochko <eugen@zeonfederated.com>2019-09-02 18:12:40 +0200
commit5466b39c78e0c97a9db6377eefa4c3ce44dc1514 (patch)
tree5fb8cfde5e75cfa10ba16a4758c384071b97d3df /.env.production.sample
parent1f22b8197cb961371fa761e1fa214d4f4a2074d1 (diff)
Add SMTP reply_to option (#11718)
* Add SMTP_REPLY_TO in .env.production.sample

* Set reply_to in SMTP options
Diffstat (limited to '.env.production.sample')
-rw-r--r--.env.production.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/.env.production.sample b/.env.production.sample
index d66b05050..b322aee1d 100644
--- a/.env.production.sample
+++ b/.env.production.sample
@@ -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