2020-01-21 09:59:10 +00:00
|
|
|
@component('mail::message',['site'=>$site,'heading'=>'System Test Email'])
|
2024-07-07 00:21:27 +00:00
|
|
|
Hi {{ isset($user) ? $user->name_full.',' : '' }}
|
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
|