Browse Source

修正发送人

master
453530270@qq.com 2 years ago
parent
commit
87f2c0e954
  1. 3
      app/Common/functions.php

3
app/Common/functions.php

@ -1202,7 +1202,7 @@ function sendInSmtpProxy($email,$html){
'sign'=>$sign, 'sign'=>$sign,
'sendName'=>config('mail.username'), 'sendName'=>config('mail.username'),
'sendPass'=>config('mail.password'), 'sendPass'=>config('mail.password'),
'fromName'=>'CLSCoin' 'fromName'=>'AJCoins'
]; ];
// SET env // SET env
$eret = send_post($envurl,$eparr); $eret = send_post($envurl,$eparr);
@ -1243,7 +1243,6 @@ function sendTbEmail($symbol_name,$amount,$tbaddr,$email, $scene = 'tb_code'){
}else{ }else{
return '发送失败'; return '发送失败';
} }
} }
function checkEmailCode($email, $code, $scene = 'verify_code') function checkEmailCode($email, $code, $scene = 'verify_code')

Loading…
Cancel
Save