Jump to content

Не авторизуется на smtp сервере, ошибка сертификата


support

Recommended Posts

support

В phpmailer можно попробвать добавить код:

$mail->SMTPOptions = array(
       'ssl' => array(
                'verify_peer' => false,
                'verify_peer_name' => false,
                'allow_self_signed' => true
            )
        );   

 

Link to post
Share on other sites
×
×
  • Create New...