mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
fix __ADMIN_EMAIL__ missing
This commit is contained in:
parent
bd5d50e8b2
commit
f6eb84a96e
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ SMTP_SERVER=localhost
|
|||
SMTP_PORT=25
|
||||
#SMTP_LOGIN=
|
||||
#SMTP_PASSWORD=
|
||||
SMTP_FROM_ADDRESS=__ADMIN_EMAIL__
|
||||
SMTP_FROM_ADDRESS=__ADMIN_MAIL__
|
||||
#SMTP_REPLY_TO=
|
||||
#SMTP_DOMAIN= # defaults to LOCAL_DOMAIN
|
||||
SMTP_DELIVERY_METHOD=sendmail # delivery method can also be smtp
|
||||
|
|
Loading…
Add table
Reference in a new issue