Do you know where the following code should be added in the case that you have TLS/SSL
$mail->SMTPOptions = array(
‘ssl’ => array(
‘verify_peer’ => false,
‘verify_peer_name’ => false,
‘allow_self_signed’ => true
)
);
Thanks any help would be welcome. This is a real blocking issue.