使用phpmailer發送smtp郵件時提示 SMTP Error: Could not authenticate 錯誤

使用phpmailer發送smtp郵件時提示 SMTP Error: Could not authenticate 錯誤

這個錯誤是驗證出現錯誤,php

$mail->Port = 25; //SMTP服務器的端口號
$mail->Host = "smtp.163.com"; ///SMTP服務器
$mail->Username = "123456@163.com"; //SMTP服務器用戶名
$mail->Password = "123456"; //SMTP服務器密碼服務器

SMTP服務器用戶名和密碼不可以驗證,這裏用戶名就是你的163賬號,全稱,密碼是你設置的受權碼,不是你的登陸密碼,登錄

相關文章
相關標籤/搜索