修改邮件部分
This commit is contained in:
@@ -61,11 +61,11 @@ class MailLinkService
|
||||
SendEmailJob::dispatch([
|
||||
'email' => $user->email,
|
||||
'subject' => __('Login to :name', [
|
||||
'name' => admin_setting('app_name', 'XBoard')
|
||||
'name' => admin_setting('app_name', 'Notification Service')
|
||||
]),
|
||||
'template_name' => 'login',
|
||||
'template_value' => [
|
||||
'name' => admin_setting('app_name', 'XBoard'),
|
||||
'name' => admin_setting('app_name', 'Notification Service'),
|
||||
'link' => $link,
|
||||
'url' => admin_setting('app_url')
|
||||
]
|
||||
@@ -97,4 +97,4 @@ class MailLinkService
|
||||
|
||||
return $userId;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user