add class variables _smtpForceFrom and _smtpLazySSL

This commit is contained in:
Uwe Steinmann 2025-02-03 12:09:46 +01:00
parent c56d18299c
commit 8cc6a417c8

View File

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