Compare commits
1 Commits
f647928d44
...
361a06f321
Author | SHA1 | Date |
---|---|---|
|
361a06f321 |
|
@ -6,6 +6,7 @@ services:
|
|||
&smtp-configuration
|
||||
SMTP_HOST: ${NC_mail_smtphost:?err}
|
||||
SMTP_SECURE: ${NC_mail_smtpsecure:-ssl}
|
||||
SMTP_PORT: ${SMTP_PORT:-465}
|
||||
SMTP_AUTHTYPE: ${NC_mail_smtpauthtype:-LOGIN}
|
||||
SMTP_NAME: ${NC_mail_smtpname:?err}
|
||||
SMTP_PASSWORD: ${NC_mail_smtppassword:?err}
|
||||
|
|
Loading…
Reference in New Issue