mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
add class variables _smtpForceFrom and _smtpLazySSL
This commit is contained in:
parent
c56d18299c
commit
8cc6a417c8
|
@ -348,6 +348,10 @@ class Settings { /* {{{ */
|
|||
var $_smtpPort = null;
|
||||
// SMTP : send from
|
||||
var $_smtpSendFrom = null;
|
||||
// SMTP : force send from
|
||||
var $_smtpForceFrom = false;
|
||||
// SMTP : allow self signed certificates
|
||||
var $_smtpLazySSL = false;
|
||||
// SMTP : user
|
||||
var $_smtpUser = null;
|
||||
// SMTP : password
|
||||
|
|
Loading…
Reference in New Issue
Block a user