龙盟编程博客 | 无障碍搜索 | 云盘搜索神器
快速搜索
主页 > web编程 > php编程 >

[PHP] EOD 及 mail 发布

时间:2012-12-24 21:59来源:未知 作者:admin 点击:
分享到:
$message= EOD ......成堆的字符串 如批量HTML代码 可以念 EOD; 装载到 $message 中。 $to=" digico@123.com "; $mail =" hts@123.com "; $zhuti ="我爱你"; // 信件主题 // $mailheaders .="Content-Type=text/html;charset=gb2312
$message= <<<EOD
......成堆的字符串 如批量HTML代码 可以念
EOD;
装载到  $message 中。
$to="digico@123.com";
$mail ="hts@123.com";
$zhuti ="我爱你";     // 信件主题
// $mailheaders .="Content-Type=text/html; charset=gb2312 ";
// $mailheaders .="Content-disposition: inline ";
// $mailheaders .="Reply-To: ";
// $mailheaders .="Content-Transfer-Encoding: 7bit ";
$mailheaders = "From: $mail ";//发信人的地址
// $mailheaders .= "To: $to ";
 $mailheaders .= "MIME-Version: 1.0 ";
 $mailheaders .= "Content-type: text/html; charset=gb2312";
mail($to,$zhuti,$message,$mailheaders);
OK !



精彩图集

赞助商链接