Could not connect to SMTP host. Message could not be sent

前端 未结 4 839
清酒与你
清酒与你 2021-01-29 05:21

When I sent email from server then it gives me two error -

SMTP Error: Could not connect to SMTP host. Message could not be sent. Mailer Error: SMTP Er

4条回答
  •  温柔的废话
    2021-01-29 06:00

    Try phpmailer in debug mode to check the error

    $mail->SMTPDebug = 3;       // Enable verbose debug output
    

提交回复
热议问题