mirror of
https://github.com/v2board/v2board.git
synced 2024-11-14 07:29:13 +08:00
update
This commit is contained in:
parent
0dbdb55ed2
commit
c027c1127b
@ -41,7 +41,7 @@ class CommController extends Controller
|
|||||||
$subject = config('v2board.app_name', 'V2Board') . '邮箱验证码';
|
$subject = config('v2board.app_name', 'V2Board') . '邮箱验证码';
|
||||||
|
|
||||||
SendEmail::dispatch([
|
SendEmail::dispatch([
|
||||||
'email' => $user->email,
|
'email' => $email,
|
||||||
'subject' => $subject,
|
'subject' => $subject,
|
||||||
'template_name' => 'mail.sendEmailVerify',
|
'template_name' => 'mail.sendEmailVerify',
|
||||||
'template_value' => [
|
'template_value' => [
|
||||||
|
Loading…
Reference in New Issue
Block a user