mirror of
https://github.com/YunoHost-Apps/mastodon_ynh.git
synced 2024-09-03 19:46:02 +02:00
fix send mail
This commit is contained in:
parent
55a0d422f7
commit
5fd74c18d0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue