2018-06-14 05:30:43 +00:00
|
|
|
@component('mail::message')
|
|
|
|
# Email Confirmation
|
|
|
|
|
2020-02-27 21:13:31 +00:00
|
|
|
Hello **{{'@'.$verify->user->username}}**, please confirm your email address.
|
2020-01-29 06:37:08 +00:00
|
|
|
|
|
|
|
If you did not create this account, please disregard this email.
|
2018-06-14 05:30:43 +00:00
|
|
|
|
|
|
|
@component('mail::button', ['url' => $verify->url()])
|
|
|
|
Confirm Email
|
|
|
|
@endcomponent
|
|
|
|
|
2020-01-29 06:37:08 +00:00
|
|
|
<p>This link expires after 24 hours.</p>
|
|
|
|
<br>
|
|
|
|
|
2018-06-14 05:30:43 +00:00
|
|
|
Thanks,<br>
|
2020-01-29 06:37:08 +00:00
|
|
|
<a href="{{ config('app.url') }}">{{ config('pixelfed.domain.app') }}</a>
|
2018-06-14 05:30:43 +00:00
|
|
|
@endcomponent
|