From 53c7b1a6a67978ca2ea824a3e3903b8edcaaeef0 Mon Sep 17 00:00:00 2001 From: ronchen Date: Tue, 5 Jul 2016 15:31:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=82=AE=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/config/email.php | 2 +- app/controllers/TestController.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/email.php b/app/config/email.php index bb03fa8..485b8f1 100644 --- a/app/config/email.php +++ b/app/config/email.php @@ -20,7 +20,7 @@ "hostname" => "wecall.me", "port" => "465", "username" => "admin@wecall.me", - "password" => "ZD6&TF/2`jQX~2h`F',", + "password" => "HX8GXgEoY2r4EYpF", "fromMailer"=> "admin@wecall.me", "fromName" => "wecall.me", "SMTPSecure"=> "ssl", diff --git a/app/controllers/TestController.php b/app/controllers/TestController.php index 1a7a93a..91d9df3 100644 --- a/app/controllers/TestController.php +++ b/app/controllers/TestController.php @@ -112,7 +112,7 @@ public function indexAction(){ // var_dump($mongodb->count()); // exit; - // // 邮件服务测试 ---------------------------- 显示成功但是没有收到邮件问题 + // // 邮件服务测试 ---------------------------- 显示成功但是没有收到邮件问题 -- 已经处理完成 // $mail = new MailsService("qq.email"); // var_dump($mail->sendmail("416994628@163.com","测试邮件地址","文本测试")); // exit;