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