Hi,
i upgraded to 4.9.9 CE from 4.9.7 and it seems PHPMailer was upgraded.
Now i get SMTP errors when sending emails:
Warning: stream_socket_enable_crypto(): Peer certificate CN=`yyyyyyyyy.com' did not match expected CN=`xxxx.de' in /var/www/core/phpmailer/class.smtp.php on line 344
on SO i see i can disable the verify-peer function in the options:
How can i fix the upgrade and where should the options for the mailer be set?