mirror of
https://github.com/brunofontes/shareit.git
synced 2024-11-24 04:14:57 +00:00
Bruno Fontes
a3e9abbd4c
On email body, it usually appeared as the button to the website would take directly an action, so the text was changed to make sure the user will understand he is only going to access the website.
12 lines
374 B
PHP
12 lines
374 B
PHP
@component('mail::message')
|
|
# Welcome, {{$user->name}},
|
|
|
|
Thank's for registering at **Share It!**
|
|
|
|
Your account was created, but you still need to activate it. We've sent you another e-mail and we are ready to go!
|
|
|
|
And you? Are you ready to Share It with your friends? :)
|
|
|
|
@component('mail::button', ['url' => 'https://shareit.brunofontes.net'])
|
|
Share It!
|
|
@endcomponent |