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:
parent
262012fd83
commit
2a0be02c1c
2 changed files with 5 additions and 4 deletions
|
@ -19,13 +19,13 @@ DB_PORT=3306
|
|||
# https://invoiceninja.github.io/docs/self-host-installation/#final-setup-steps
|
||||
QUEUE_CONNECTION=database
|
||||
|
||||
MAIL_MAILER=sendmail
|
||||
MAIL_MAILER=smtp
|
||||
MAIL_HOST=localhost
|
||||
MAIL_PORT=25
|
||||
MAIL_USERNAME=null
|
||||
MAIL_PASSWORD=null
|
||||
MAIL_USERNAME=__APP__
|
||||
MAIL_PASSWORD=__MAIL_PWD__
|
||||
MAIL_ENCRYPTION=null
|
||||
MAIL_FROM_ADDRESS='__EMAIL__'
|
||||
MAIL_FROM_ADDRESS='__APP__@__DOMIN__'
|
||||
MAIL_FROM_NAME='__EMAIL_FULLNAME__'
|
||||
|
||||
DEMO_MODE=false
|
||||
|
|
|
@ -65,6 +65,7 @@ ram.runtime = "50M"
|
|||
autoupdate.asset = "invoiceninja.zip"
|
||||
|
||||
[resources.system_user]
|
||||
allow_email = true
|
||||
|
||||
[resources.install_dir]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue