[PHP] EOD 及 mail 发布_PHP教程
程序员文章站
2024-02-04 12:34:58
...
$message= ......成堆的字符串 如批量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 !
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 !
上一篇: CSS引用鲜为人知的媒体查询_html/css_WEB-ITnose
下一篇: eclipse为何无法打开?JVM terminated. Exit code=1 博客分类: 技术 EclipseJVMUbuntuOSJDK
推荐阅读
-
[PHP] EOD 及 mail 发布_PHP教程
-
yii框架表单模型使用及以数组形式提交表单数据示例_PHP教程
-
CodeIgniter针对数据库的连接、配置及使用方法,codeigniter数据库_PHP教程
-
PHP实现的汉字拼音转换和公历农历转换类及使用示例_PHP教程
-
php编写的一个E-mail验证类,php编写e-mail_PHP教程
-
thinksns 核心架构及目录结构_PHP教程
-
PHP 修改RAR文件注释及添加压缩文档讲解_PHP教程
-
php文件扩展名判断及获取文件扩展名的N种方法,_PHP教程
-
ThinkPHP跳转页success及error模板实例教程_PHP
-
OpenCenter RC版发布,新增邀请注册,php开源用户及后台管理系统_PHP教程