diff options
| -rw-r--r-- | conf/.env.production.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/.env.production.sample b/conf/.env.production.sample index 00f7973..f41c4dc 100644 --- a/conf/.env.production.sample +++ b/conf/.env.production.sample @@ -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 |
