ybg_173
新手上路

UID 97409
精华
0
积分 25
帖子 13
金钱 25 喜悦币
威望 0
人脉 0
阅读权限 10
注册 2007-8-23
状态 离线
|
[广告]: q
m
发邮件的问题?
Warning: mail() [function.mail]: "sendmail_from" not set in php.ini or custom "From:" header missing in C:\AppServ\www\tt.php on line 9
源代码如下:
<?php
$message = "Line 1\nLine 2\nLine 3";
$message = wordwrap($message, 70);
// Send
mail('xh@163.com, 'My Subject', $message); //echo date("YmdHis",time()+28800);
?>
在php.ini文件中
[mail function]
; For Win32 only.
SMTP = smtp.163.com
smtp_port = 25
; For Win32 only.
sendmail_from = xh@163.com
不知道为什么错误?
|
|