pixelfed/resources/views/emails/curated-register/request-rejected.blade.php

20 wiersze
973 B
PHP
Czysty Wina Historia

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

@component('mail::message')
Hello **{{'@'.$verify->username}}**,
We appreciate the time you took to apply for an account on {{ config('pixelfed.domain.app') }}.
Unfortunately, after reviewing your [application]({{route('help.curated-onboarding')}}), we have decided not to proceed with the activation of your account.
This decision is made to ensure the best experience for all members of our community. We encourage you to review our [guidelines]({{route('help.community-guidelines')}}) and consider applying again in the future.
We appreciate your understanding. If you believe this decision was made in error, or if you have any questions, please dont hesitate to [contact us]({{route('site.contact')}}).
<br>
Thanks,<br>
<a href="{{ config('app.url') }}">{{ config('pixelfed.domain.app') }}</a>
<br>
<hr>
<p style="font-size:10pt;">This is an automated message, please be aware that replies to this email cannot be monitored or responded to.</p>
@endcomponent