1 Star 2 Fork 0

JunQiu / sendMail

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
test.php 437 Bytes
一键复制 编辑 原始数据 按行查看 历史
JunQiu 提交于 2018-04-22 20:58 . v1.1.0
<?php
require_once 'SendMaill.class.php';
header("Content-type:text/html;charset=utf-8");
set_time_limit(60);
//构建邮件
$mail=array(
"subject"=>"SMTP",
"body"=>array(
'content'=>"test",
),
'attach'=>array(
'l.php', 'test.php','test.php'
)
);
print_r("<pre/>");
$test=new SendMaill("smtp.163.com","25","18996415851@163.com","*******",false,false);
$test->sendMail("2361020495@qq.com",$mail,true);
PHP
1
https://gitee.com/KArthur/sendMail.git
git@gitee.com:KArthur/sendMail.git
KArthur
sendMail
sendMail
master

搜索帮助