Can someone help me to send mail in PHP

前端 未结 1 919
小鲜肉
小鲜肉 2021-01-22 03:03


        
1条回答
  •  生来不讨喜
    2021-01-22 03:31

    some quick tips

    Add this

    $mail->Port = 465;
    

    change this

    $mail->SMTPSecure = "ssl";
    

    if both of not work.... then problem with router level authentication at hosting part

    0 讨论(0)
提交回复
热议问题