mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 12:41:30 +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;
|
var $_smtpPort = null;
|
||||||
// SMTP : send from
|
// SMTP : send from
|
||||||
var $_smtpSendFrom = null;
|
var $_smtpSendFrom = null;
|
||||||
|
// SMTP : force send from
|
||||||
|
var $_smtpForceFrom = false;
|
||||||
|
// SMTP : allow self signed certificates
|
||||||
|
var $_smtpLazySSL = false;
|
||||||
// SMTP : user
|
// SMTP : user
|
||||||
var $_smtpUser = null;
|
var $_smtpUser = null;
|
||||||
// SMTP : password
|
// SMTP : password
|
||||||
|
|
Loading…
Reference in New Issue
Block a user