<%- include('shards/header', { title: 'Request Status - p0ntus mail', currentPage: 'request' }) %>
<%- include('shards/nav', { currentPage: 'request' }) %> Request Status
@
Only letters, numbers, periods, and dashes are allowed.
<% if (request) { %>

Email: <%= request.email %>

Request Status: <%= request.status %>

<% if (request.status === 'Approved') { %>

Your request has been approved. You can access your p0ntus mail account here with your email as the username and abcabc for the password. FOR SECURITY, CHANGE YOUR PASSWORD ASAP.

I also suggest you check out our guides at mail.p0ntus.com/guides.

You can also access Vaultwarden at vaultwarden.p0ntus.com.

If you need any help or support, contact admin@p0ntus.com.

Your webmail can be accessed here.

<% } %> <% if (request.status === 'Pending') { %>

Your request is pending approval. This page will be updated when your request been approved or denied.

<% } %> <% if (request.status === 'Denied') { %>

Your request has been denied.

If you believe this is an error, please contact admin@p0ntus.com.

Please ensure the username you selected only includes letters, numbers, and periods/dashes. Your request may also be declined if you do not provide a valid reason or response in your application.

You may resubmit another request if you feel you deserve an email, or have fixed issues with your application.

<% } %> <% } else { %>

No request found for the provided email.

<% } %>
<%- include('shards/footer') %>