Fixes for emails; send user registered/pending depending on state
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
@component('mail::message')
|
||||
# Thanks for signing up, {!! $user->name !!}!
|
||||
|
||||
You will be notified as soon as your account is approved!
|
||||
|
||||
Thanks,<br>
|
||||
{{ config('app.name') }}
|
||||
@endcomponent
|
||||
@@ -0,0 +1,12 @@
|
||||
@component('mail::message')
|
||||
# Thanks for signing up, {!! $user->name !!}!
|
||||
|
||||
Your account is ready to use.
|
||||
|
||||
@component('mail::button', ['url' => url('/login')])
|
||||
Visit your account now!
|
||||
@endcomponent
|
||||
|
||||
Thanks,<br>
|
||||
{{ config('app.name') }}
|
||||
@endcomponent
|
||||
Reference in New Issue
Block a user