seepur/resources/views/emails/test-settings.edge

12 lines
188 B
Plaintext
Raw Normal View History

@layout('emails.layouts.base')
@section('content')
Hi {{user.name}},
<p>
You've got mail!
</p>
<p>If you see this email it means that your email settings are correct!</p>
@endsection