Adding a Welcome Mail

This commit is contained in:
2018-09-14 17:00:28 -03:00
parent 882609fed0
commit aa46622a14
3 changed files with 55 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
@component('mail::message')
# Welcome, {{$user->name}},
Thank's for registering at **Share It!**
Your account was created and it is active. And you? Are you ready to Share It with your friends? :)
@component('mail::button', ['url' => 'https://shareit.brunofontes.net'])
Share it!
@endcomponent
Thanks,<br>
{{ config('app.name') }}
@endcomponent