Email template work
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
@component('mail::message',['site'=>$site])
|
||||
Howdy,
|
||||
@component('mail::message',['site'=>$site,'heading'=>'Link Your Account'])
|
||||
Hi {{ isset($user) ? $user->name.',' : '' }}
|
||||
|
||||
A request was made to link your account to a social login.
|
||||
|
||||
If you didnt make this request, you can ignore this, and the request will be ignored.
|
||||
|
||||
If you did make the request, then please enter the code displayed below.
|
||||
|
||||
@component('mail::panel')
|
||||
@@ -13,6 +11,11 @@ If you did make the request, then please enter the code displayed below.
|
||||
|
||||
Once you've keyed in this code, you'll be able to login to your account using your social login instead of a username and a password.
|
||||
|
||||
Thanks,<br>
|
||||
{{ config('app.name') }}
|
||||
Thanks,
|
||||
|
||||
{{ config('mail.from.name') }}
|
||||
|
||||
@component('mail::subcopy')
|
||||
If you didnt make this request, you can safely ignore this email - no change was made to your account, nor was it accessed by an unauthorised person.
|
||||
@endcomponent
|
||||
@endcomponent
|
Reference in New Issue
Block a user