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

add smtp mail

This commit is contained in:
Éric Gaspar 2023-11-16 16:15:43 +01:00
parent 262012fd83
commit 2a0be02c1c
2 changed files with 5 additions and 4 deletions

View file

@ -19,13 +19,13 @@ DB_PORT=3306
# https://invoiceninja.github.io/docs/self-host-installation/#final-setup-steps # https://invoiceninja.github.io/docs/self-host-installation/#final-setup-steps
QUEUE_CONNECTION=database QUEUE_CONNECTION=database
MAIL_MAILER=sendmail MAIL_MAILER=smtp
MAIL_HOST=localhost MAIL_HOST=localhost
MAIL_PORT=25 MAIL_PORT=25
MAIL_USERNAME=null MAIL_USERNAME=__APP__
MAIL_PASSWORD=null MAIL_PASSWORD=__MAIL_PWD__
MAIL_ENCRYPTION=null MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS='__EMAIL__' MAIL_FROM_ADDRESS='__APP__@__DOMIN__'
MAIL_FROM_NAME='__EMAIL_FULLNAME__' MAIL_FROM_NAME='__EMAIL_FULLNAME__'
DEMO_MODE=false DEMO_MODE=false

View file

@ -65,6 +65,7 @@ ram.runtime = "50M"
autoupdate.asset = "invoiceninja.zip" autoupdate.asset = "invoiceninja.zip"
[resources.system_user] [resources.system_user]
allow_email = true
[resources.install_dir] [resources.install_dir]