This topic is locked

SMTP settings in database mysql: Follow up

7/23/2024 7:12:47 AM
PHPRunner General questions
P
PK author

From Sergey's solution here
One this line:

$globalSettings["SMTPSecure"] = "ssl";

How do you set the SMTPSecure to 'Plain'.

$globalSettings["SMTPSecure"] = "plain";

or

$globalSettings["SMTPSecure"] = "";

Thanks
Percy