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:
djmaze 2021-03-22 14:17:18 +01:00
parent 10de3b8138
commit f69b1195e6
13 changed files with 75 additions and 28 deletions

View file

@ -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()