11 lines
258 B
PHP
11 lines
258 B
PHP
@component('mail::message')
|
|
# @lang('This is a test email')
|
|
|
|
@lang('This email is a test email to check if Monica can send an email to this email address.')
|
|
|
|
@lang('So… it works 😼')
|
|
|
|
@lang('Have a great day,')<br>
|
|
{{ config('app.name') }}
|
|
@endcomponent
|