1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monica_ynh.git synced 2024-09-03 19:46:23 +02:00

Add mail smtp

This commit is contained in:
Éric Gaspar 2023-11-09 10:14:06 +01:00
parent 041afb0ee6
commit a031828f67
2 changed files with 5 additions and 4 deletions

View file

@ -50,14 +50,14 @@ DB_TEST_PASSWORD=secret
DB_USE_UTF8MB4=true
# Mail credentials used to send emails from the application.
MAIL_DRIVER=sendmail
MAIL_DRIVER=smtp
MAIL_HOST=127.0.0.1
MAIL_PORT=25
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_USERNAME=__APP__
MAIL_PASSWORD=__MAIL_PWD__
MAIL_ENCRYPTION=
# Outgoing emails will be sent with these identity
MAIL_FROM_ADDRESS=monica@__DOMAIN__
MAIL_FROM_ADDRESS=__APP__@__DOMAIN__
MAIL_FROM_NAME="Monica"
# New registration notification sent to this email
APP_EMAIL_NEW_USERS_NOTIFICATION=__EMAIL__

View file

@ -59,6 +59,7 @@ ram.runtime = "50M"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
allow_email = true
[resources.install_dir]