PHPMailerv51-php发送邮件类

wangruixue82047 30 0 ZIP 2019-02-22 04:02:40

require_once('../class.phpmailer.php'); //include("class.smtp.php"); // optional, gets called from within class.phpmailer.php if not already loaded $mail = new PHPMailer(); $body = file_get_contents('contents.html'); $body = eregi_replace("[\]",'',$body); $mail

用户评论
请输入评论内容
评分:
Generic placeholder image 卡了网匿名网友 2019-02-22 04:02:40

我已经下载,不错的资源,谢谢分享

Generic placeholder image 卡了网匿名网友 2019-02-22 04:02:40

非常好用的一个类

Generic placeholder image 卡了网匿名网友 2019-02-22 04:02:40

不错,只需要替换几个文件就可以使用了。谢谢分享

Generic placeholder image 卡了网匿名网友 2019-02-22 04:02:40

很不错,正是我需要的

Generic placeholder image 卡了网匿名网友 2019-02-22 04:02:40

还可以,用着可以

Generic placeholder image 卡了网匿名网友 2019-02-22 04:02:40

不错,已经在用了。

Generic placeholder image 卡了网匿名网友 2019-02-22 04:02:40

尝试配置来 不知道为什么一直不能发邮件 现在我就直接关闭来邮件权限的功能

Generic placeholder image 卡了网匿名网友 2019-02-22 04:02:40

代码资源不错,可惜在SAE的云空间一直没有成功,我的本地环境又始终配的有点小问题,最后还是用SAE自带的邮件功能实现的。不过次资源还是不错的。