mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Resolve #1038
This commit is contained in:
parent
a702a45086
commit
7105e23781
31 changed files with 110 additions and 54 deletions
|
|
@ -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()
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue