mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Based on RainLoop discussion #2079,
i've added a security option to set Sender per Domain. NOTE: Not tested yet
This commit is contained in:
parent
10de3b8138
commit
f69b1195e6
13 changed files with 75 additions and 28 deletions
|
|
@ -168,6 +168,7 @@ class RemoteAdminFetch extends AbstractFetchRemote {
|
|||
OutSecure: oDomain.smtpSecure(),
|
||||
OutShortLogin: oDomain.smtpShortLogin() ? 1 : 0,
|
||||
OutAuth: oDomain.smtpAuth() ? 1 : 0,
|
||||
OutSetSender: oDomain.smtpSetSender() ? 1 : 0,
|
||||
OutUsePhpMail: oDomain.smtpPhpMail() ? 1 : 0,
|
||||
|
||||
WhiteList: oDomain.whiteList()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue