Sagi Dayan
accbc5c35c
- Sending welcome email uppon register - Test email configuration API for admins - basic reset password - not implemented
11 lines
188 B
Text
11 lines
188 B
Text
@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
|