2020-01-21 20:59:10 +11:00
|
|
|
@component('mail::message',['site'=>$site,'heading'=>'System Test Email'])
|
2022-04-21 16:25:29 +10:00
|
|
|
Hi {{ isset($user) ? $user->full_name.',' : '' }}
|
2020-01-21 20:59:10 +11: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
|