SMTP -> ERROR: Failed to connect to server: Connection timed out (110) The following From address failed: xxxxx@gmail.com ERROR
问题 In contact form it's working fine in localhost. While hosted it's not working. Showing the error **"SMTP -> ERROR: Failed to connect to server: Connection timed out (110) The following From address failed: xxxxx@gmail.com ERROR"** I attached my contact_submit.php code form include_once('class.phpmailer.php'); $mail->IsSMTP(); // $mail->Host = "smtp.gmail.com"; $mail->SMTPDebug = 1; $mail->SMTPAuth = true; $mail->Host = "smtp.gmail.com"; $mail->Port = 587; $mail->Username = "xxxx@gmail.com";