SMTP settings in database mysql: Follow up |
7/23/2024 07:12:47 | |
PHPRunner General questions | ||
P
PK author
From Sergey's solution here $globalSettings["SMTPSecure"] = "ssl"; How do you set the SMTPSecure to 'Plain'. $globalSettings["SMTPSecure"] = "plain"; or $globalSettings["SMTPSecure"] = ""; Thanks |
||