您好,登錄后才能下訂單哦!
本篇內容介紹了“怎么解決php mail錯誤問題”的有關知識,在實際案例的操作過程中,不少人都會遇到這樣的困境,接下來就讓小編帶領大家學習一下如何處理這些情況吧!希望大家仔細閱讀,能夠學有所成!
php mail錯誤的解決辦法:1、在smtp服務的中繼選項中添加本機IP地址;2、在網關做個端口映射,把25端口映射到本機即可。
本文操作環境:Windows7系統、PHP7.1版、DELL G3電腦
如何解決php mail錯誤問題?
php的mail()函數出錯的問題
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>phpinfo</title> </head> <body> <? $to = "atoat@sina.com"; $subject = "php-Mail"; $msg = "I completely understand SMTP servers now!"; $headers = "From: atoat@163.com/r/nReply-To: atoat@163.com"; mail("$to", "$subject", "$msg", "$headers"); echo "finished!"; ?> </body> </html>
出現的錯誤:
Warning: mail() [function.mail]: SMTP server response: 550 5.7.1 Unable to relay for atoat@sina.com in C:/webserver/htdocs/www/mail.php on line 14
php.ini配置情況
[mail function] ; For Win32 only. SMTP = localhost smtp_port = 25 ; For Win32 only. sendmail_from = atoat@163.com
已經安裝了windows自帶的smtp服務
找了好久才發現需要在smtp服務的中繼選項中添加本機IP地址
虛擬服務器->屬性->訪問->中繼
選擇"僅以下列表"=>"單臺計算機"=>添加127.0.0.1的本地地址
程序沒有出現問題,但收件箱中沒有立即收到信息.
沒有收到是因為我的機子是在內網中,不能把郵件發送到外網.
解決方法:
在網關做個端口映射,把25端口映射到本機.或者本機有公網IP.
“怎么解決php mail錯誤問題”的內容就介紹到這里了,感謝大家的閱讀。如果想了解更多行業相關的知識可以關注億速云網站,小編將為大家輸出更多高質量的實用文章!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。