Compare commits
1 Commits
361a06f321
...
f647928d44
Author | SHA1 | Date |
---|---|---|
|
f647928d44 |
|
@ -6,7 +6,6 @@ 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