Q:

require php mailer

composer require phpmailer/phpmailer
1
$mail->SMTPOptions = array(
        'ssl' => array(
            'verify_peer' => false,
            'verify_peer_name' => false,
            'allow_self_signed' => true
        )
    );
0

New to Communities?

Join the community