This commit is contained in:
wangjinlei
2023-02-09 17:56:16 +08:00
parent 333a5f9ca7
commit 82a60327e5
3 changed files with 15 additions and 11 deletions

View File

@@ -350,7 +350,8 @@ function aliemail($email,$title,$content){
//组合邮件公共样式
$pre = Env::get('emailtemplete.pre');
$net = Env::get('emailtemplete.net');
$mailbody=$pre.$content.$net;
$net1 = str_replace("{{email}}",$email,$net);
$mailbody=$pre.$content.$net1;
$smtpserver = "smtpdm-ap-southeast-1.aliyun.com";
$smtpserverport = 80;
$smtpusermail = "propa@hellotmr.top";