phpmailer doesnt work

Solutions on MaxInterview for phpmailer doesnt work by the best coders in the world

showing results for - "phpmailer doesnt work"
Fynn
12 May 2017
1$mail->SMTPOptions = array(
2        'ssl' => array(
3            'verify_peer' => false,
4            'verify_peer_name' => false,
5            'allow_self_signed' => true
6        )
7    );