mail 函式出錯的問題

2021-04-19 06:46:53 字數 976 閱讀 4820

出現的錯誤:

warning: mail() [

function.mail

]: **tp server response: 550 5.7.1 unable to relay for [email protected] in c:/webserver/htdocs/www/mail.php on line

14 php.ini配置情況

[mail function]

; for win32 only.

**tp = localhost

**tp_port = 25

; for win32 only.

sendmail_from = [email protected]

已經安裝了windows自帶的**tp服務

找了好久才發現需要在**tp服務的中繼選項中新增本機ip位址

虛擬伺服器->屬性->訪問->中繼

選擇"僅以下列表"=>"單台計算機"=>新增127.0.0.1的本地位址

­程式沒有出現問題,但收件箱中沒有立即收到資訊.

php的mail 函式出錯的問題

出現的錯誤 warning mail function.mail tp 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...

析構函式出錯

原文 析構函式報錯 析構函式在什麼時候被呼叫執行?對於c 程式設計師來說,這個問題比較簡單,但是比較愛嘮叨的阿愚還是建議應該在此再提一提,也算回顧一下c 的知識,而且這將對後面的討論和理解由一定幫助。先看乙個簡單的示例吧!如下 class mytest base void main catch 編譯...

Mysql建立函式出錯

目前在專案中,執行建立mysql的函式出錯,mysql 建立函式出錯資訊如下 error code 1227.access denied you need at least one of the super privilege s for this operation首先檢查建立函式的功能是否開啟,...