mirror of
https://github.com/brunofontes/shareit.git
synced 2025-11-15 16:00:54 -03:00
Adding a Welcome Mail
This commit is contained in:
14
resources/views/emails/welcome.blade.php
Normal file
14
resources/views/emails/welcome.blade.php
Normal 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
|
||||
Reference in New Issue
Block a user