2020-01-21 09:59:10 +00:00
|
|
|
@component('mail::message',['site'=>$site,'heading'=>'System Test Email'])
|
2022-04-21 06:25:29 +00:00
|
|
|
Hi {{ isset($user) ? $user->full_name.',' : '' }}
|
2020-01-21 09:59:10 +00:00
|
|
|
|
|
|
|
This is just a test email to validate that you can receive emails from us.
|
|
|
|
|
|
|
|
Nothing you need to do!
|
|
|
|
|
|
|
|
Thanks,
|
|
|
|
|
|
|
|
{{ config('mail.from.name') }}
|
|
|
|
@endcomponent
|