1
This commit is contained in:
@@ -339,7 +339,7 @@ function aliemail($email,$title,$content){
|
||||
$mailsubject = "=?UTF-8?B?" . base64_encode($mailsubject) . "?=";
|
||||
$mailtype = "HTML";
|
||||
//可选,设置回信地址
|
||||
$smtpreplyto = "13662001490@126.com";
|
||||
$smtpreplyto = "tmr@tmrjournals.com";
|
||||
$smtp = new \smtp($smtpserver, $smtpserverport, true, $smtpuser, $smtppass);
|
||||
$smtp->debug = false;
|
||||
$cc ="";
|
||||
|
||||
Reference in New Issue
Block a user