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