phpmailer Could not connect to SMTP
问题 Hi i am getting this message i dont know where is the problem. In my php.ini i have uncommented the line with extension=php_openssl.dll but it still not working. Any advice is welcome. Message could not be sent.Mailer Error: SMTP Error: Could not connect to SMTP host. <?php require 'class.phpmailer.php'; $mail = new PHPMailer; $mail->IsSMTP(); // Set mailer to use SMTP $mail->Host = 'smtp.gmail.com'; // Specify main and backup server $mail->Port = 465; // Set the SMTP port $mail->SMTPAuth =