再次求教邮件问题!!
如题:
$cemail = $COMPANY_email;
$email = $REGISTER_email;
$user = $REGISTER_username;
$first = $REGISTER_firstname;
$last = $REGISTER_lastname;
$company = $COMPANY_name;
$pass = $_POST["password"];
$mail = $LANG_reg_confirm." ".$company."'s ".$LANG_hds.".\n\n".$LANG_reg_username.": ".$username."\n".$LANG_reg_password.": ".$pass."\n\n ".$LANG_reg_note;
mail("\"$first $last\" <$email>", "$company's ".$LANG_hds." ".$LANG_reg, $mail, "From: \"$company's $LANG_hds\" <$cemail>");
不能执行
唠叨老大的程序也出错
Fatal error: Call to undefined function: socket_create() in c:\apache\htdocs\mail\nm.php on line 45
在php.ini中的sendmail
设成我的邮箱wishyouwerehere@eyou.com
以及smtp.eyou.com
不知是什么问题,求教了,各位兄台!!