fix typo
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
# configure mailserver port
|
# configure mailserver port
|
||||||
EMAIL_HOST = config.mailserver.fqdn;
|
EMAIL_HOST = config.mailserver.fqdn;
|
||||||
EMAUL_USE_TLS = config.mailserver.enableSubmissionSsl;
|
EMAIL_USE_TLS = config.mailserver.enableSubmissionSsl;
|
||||||
EMAIL_PORT =
|
EMAIL_PORT =
|
||||||
if config.mailserver.enableSubmissionSsl
|
if config.mailserver.enableSubmissionSsl
|
||||||
then 465
|
then 465
|
||||||
|
|||||||
Reference in New Issue
Block a user