about summary refs log tree commit diff
path: root/.env.production.sample
diff options
context:
space:
mode:
authorAlexander Mankuta <alex+github@pointless.one>2017-04-10 22:48:30 +0300
committerwxcafé <wxcafe@users.noreply.github.com>2017-04-10 21:48:30 +0200
commit0dbbc16c69652afe63d0b3dd49c06939351e3bc6 (patch)
tree5bbf6805686ddbfece30eeddeb12cc004fe97f3c /.env.production.sample
parentf690320fb93ea1a884a292f9e099eb1bc0834b6d (diff)
More SMTP customization (#1372)
* Allow SMTP auth method customization

* Add SMTP openssl_verify_mode option support

Allows one use self-signed certs with their SMTP server.

* Add SMTP enable_starttls_auto option support
Diffstat (limited to '.env.production.sample')
-rw-r--r--.env.production.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/.env.production.sample b/.env.production.sample
index fbb284707..97bba5e3f 100644
--- a/.env.production.sample
+++ b/.env.production.sample
@@ -35,6 +35,10 @@ SMTP_PORT=587
 SMTP_LOGIN=
 SMTP_PASSWORD=
 SMTP_FROM_ADDRESS=notifications@example.com
+#SMTP_AUTH_METHOD=plain
+#SMTP_OPENSSL_VERIFY_MODE=peer
+#SMTP_ENABLE_STARTTLS_AUTO=true
+
 
 # Optional asset host for multi-server setups
 # CDN_HOST=assets.example.com