mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 04:14:04 +00:00
fix reset password email
This commit is contained in:
@@ -17,7 +17,7 @@ class ResetPassword extends Notification
|
||||
{
|
||||
return (new MailMessage)
|
||||
->line('You are receiving this email because we received a password reset request for your account.')
|
||||
->action('Reset Password', route('password.request', ['token' => $this->token]).'?email='.urlencode($notifiable->email))
|
||||
->action('Reset Password', route('password.reset', ['token' => $this->token]).'?email='.urlencode($notifiable->email))
|
||||
->line('If you did not request a password reset, no further action is required.');
|
||||
}
|
||||
}
|
||||
|
||||
+2
-2
@@ -56,8 +56,8 @@ return [
|
||||
*/
|
||||
|
||||
'from' => [
|
||||
'address' => env('MAIL_FROM_ADDRESS', 'hello@example.com'),
|
||||
'name' => env('MAIL_FROM_NAME', 'Example'),
|
||||
'address' => env('MAIL_FROM_ADDRESS', 'noreplay@cief-malaysia.com'),
|
||||
'name' => env('MAIL_FROM_NAME', 'Exchange CIEF'),
|
||||
],
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user