aboutsummaryrefslogtreecommitdiff
path: root/conf/.env.production.sample
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2019-05-10 23:00:16 +0200
committeryalh76 <yalh@yahoo.com>2019-05-10 23:00:16 +0200
commit5fd74c18d0b0e8b851dd136567edd17c6c4606b2 (patch)
treee7b05ca2bc75cf0fe78a68412255ebb1f3bd75f6 /conf/.env.production.sample
parent55a0d422f7aebbc4907e0726f3336883f0820357 (diff)
downloadmastodon_ynh-5fd74c18d0b0e8b851dd136567edd17c6c4606b2.tar.gz
mastodon_ynh-5fd74c18d0b0e8b851dd136567edd17c6c4606b2.tar.bz2
mastodon_ynh-5fd74c18d0b0e8b851dd136567edd17c6c4606b2.zip
fix send mail
Diffstat (limited to 'conf/.env.production.sample')
-rw-r--r--conf/.env.production.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/.env.production.sample b/conf/.env.production.sample
index d6bd0c6..c2324a8 100644
--- a/conf/.env.production.sample
+++ b/conf/.env.production.sample
@@ -69,7 +69,7 @@ SMTP_PORT=25
#SMTP_PASSWORD=
SMTP_FROM_ADDRESS=__SMTP_FROM_ADDRESS__
#SMTP_DOMAIN= # defaults to LOCAL_DOMAIN
-#SMTP_DELIVERY_METHOD=smtp # delivery method can also be sendmail
+SMTP_DELIVERY_METHOD=sendmail # delivery method can also be smtp
SMTP_AUTH_METHOD=none
#SMTP_CA_FILE=/etc/ssl/certs/ca-certificates.crt
SMTP_OPENSSL_VERIFY_MODE=none