mirror of
https://github.com/YunoHost-Apps/n8n_ynh.git
synced 2024-09-03 19:55:52 +02:00
Attempt at fixing mail.
This commit is contained in:
parent
83d89046a9
commit
6061090ec6
1 changed files with 3 additions and 3 deletions
|
@ -40,9 +40,9 @@ EXECUTIONS_DATA_MAX_AGE=168
|
||||||
EXECUTIONS_DATA_PRUNE_MAX_COUNT=2000
|
EXECUTIONS_DATA_PRUNE_MAX_COUNT=2000
|
||||||
|
|
||||||
N8N_EMAIL_MODE=smtp
|
N8N_EMAIL_MODE=smtp
|
||||||
N8N_SMTP_HOST=__MAIN_DOMAIN__
|
N8N_SMTP_HOST=127.0.0.1
|
||||||
N8N_SMTP_PORT=25
|
N8N_SMTP_PORT=25
|
||||||
N8N_SMTP_USER=__APP__
|
N8N_SMTP_USER=__APP__
|
||||||
N8N_SMTP_PASS=__MAIL_PWD__
|
N8N_SMTP_PASS=__MAIL_PWD__
|
||||||
N8N_SMTP_SENDER=__EMAIL__
|
N8N_SMTP_SENDER=__APP__@__MAIN_DOMAIN__
|
||||||
N8N_SMTP_SSL=true
|
N8N_SMTP_SSL=false
|
||||||
|
|
Loading…
Reference in a new issue