Commit 02bab96b authored by 顾文旭's avatar 顾文旭

email

parent 02f97db5
......@@ -19,7 +19,8 @@ class Email
*/
public static function sendMail($from, $to, $subject, $body, $smtp_server = 'smtp.mxhichina.com', $smtp_port = 25 , $content_type = 1)
{
$smtp_to = 'bp_all@linkingcities.com';
// $smtp_to = 'bp_all@linkingcities.com';
$smtp_to = ' wenxu.gu@linkingcities.com';
$smtp_host = 'smtp.mxhichina.com'; //SMTP服务器地址
$smtp_port = 25; //SMTP服务器端口
$smtp_openssl = 0; //是否使用SSL加密通信
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment