Latest Update
-
Issue after the last update,
It appears this line has started causing a 500 error on form submissions on a website where I updated this plugin.
New:
$phpmailer->SMTPSecure = (bool) $secure ? 'tls' : 'none';
Old:
$phpmailer->SMTPSecure = (bool) $secure ? 'ssl' : 'none';
Could someone let me know if it’s possible to update to the latest version but keep the ssl auto type?
Thanks,
Sam.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Latest Update’ is closed to new replies.