Browse Source

更改邮件发送主题

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

2
app/Common/functions.php

@ -1154,7 +1154,7 @@ function sendEmailCode($email, $scene = 'verify_code')
// } // }
$code = getCode(); $code = getCode();
Mail::send('emails.verify_code', ['code' => $code], function ($message) use (&$email) { Mail::send('emails.verify_code', ['code' => $code], function ($message) use (&$email) {
$message->to($email, 'XUSexchange')->subject('XUSexchange'); $message->to($email, 'PNECoin')->subject('PNECoin');
}); //dd(Mail::failures()); }); //dd(Mail::failures());
if (Mail::failures()) { if (Mail::failures()) {
return '发送失败'; return '发送失败';

Loading…
Cancel
Save