提交 4464cdca 编写于 作者: D devil_gong

email更新

上级 a30bbfff
......@@ -9,6 +9,7 @@
// | Author: Devil
// +----------------------------------------------------------------------
namespace base;
use phpmailer\PHPMailer;
/**
......@@ -52,11 +53,8 @@ class Email
*/
private function EmailInit()
{
// 引入邮件发送类库
//require ROOT.'extend'.DS.'phpmailer'.DS.'class.phpmailer.php';
// 建立邮件发送类
$this->obj= new PHPMailer();
$this->obj = new PHPMailer();
// 使用smtp方式发送
$this->obj->IsSMTP();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册