PHP 5.6 and certificates problem
-
Please add to plugin option to disable certificate verifycation becouse is a problem with sending mails in PHP 5.6 – example:
$mail->SMTPOptions = array( 'ssl' => array( 'verify_peer' => false, 'verify_peer_name' => false, 'allow_self_signed' => true ) );
More info: https://www.portalzine.de/dev/wp/php-5-6-phpmailer-wordpress-connection-errors/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘PHP 5.6 and certificates problem’ is closed to new replies.