This commit is contained in:
the-djmaze 2023-03-21 18:55:38 +01:00
parent a702a45086
commit 7105e23781
31 changed files with 110 additions and 54 deletions

View file

@ -57,6 +57,7 @@ const
smtpShortLogin: false,
smtpUseAuth: true,
smtpSetSender: false,
smtpAuthPlainLine: false,
smtpUsePhpMail: false,
// SSL
smtpSslVerify_peer: false,
@ -106,6 +107,7 @@ const
allow_self_signed: !!oDomain.smtpSslAllow_self_signed()
},
setSender: !!oDomain.smtpSetSender(),
authPlainLine: !!oDomain.smtpAuthPlainLine(),
useAuth: !!oDomain.smtpUseAuth(),
usePhpMail: !!oDomain.smtpUsePhpMail()
},