1
0
Fork 0
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:
yalh76 2021-02-28 23:41:20 +01:00
parent bd5d50e8b2
commit f6eb84a96e

View file

@ -49,7 +49,7 @@ SMTP_SERVER=localhost
SMTP_PORT=25 SMTP_PORT=25
#SMTP_LOGIN= #SMTP_LOGIN=
#SMTP_PASSWORD= #SMTP_PASSWORD=
SMTP_FROM_ADDRESS=__ADMIN_EMAIL__ SMTP_FROM_ADDRESS=__ADMIN_MAIL__
#SMTP_REPLY_TO= #SMTP_REPLY_TO=
#SMTP_DOMAIN= # defaults to LOCAL_DOMAIN #SMTP_DOMAIN= # defaults to LOCAL_DOMAIN
SMTP_DELIVERY_METHOD=sendmail # delivery method can also be smtp SMTP_DELIVERY_METHOD=sendmail # delivery method can also be smtp