如何检测邮件是否发送成功?
我用:mail ("aaa@aaa.com", "Subject", "Hello!");函数发送邮件,请教如何检测邮件是否发送成功? 问题点数:20、回复次数:2Top
1 楼iasky(iasky)回复于 2006-06-04 15:29:12 得分 20
Returns TRUE if the mail was successfully accepted for delivery, FALSE otherwise.
It is important to note that just because the mail was accepted for delivery, it does NOT mean the mail will actually reach the intended destination.
Top
2 楼mouzhi(谋之)回复于 2006-06-10 09:40:27 得分 0
看不懂老大,来点实际的代码.Top




