This repository has been archived on 2025-02-18. You can view files and clone it, but cannot push or open issues or pull requests.
2024-12-09 20:27:25 -05:00

35 lines
2.1 KiB
Plaintext

<%- include('../../shards/header', { title: 'Using the Webmail - p0ntus mail' }) %>
<div class="container">
<%- include('../../shards/nav', { currentPage: 'guides' }) %>
<i class="il mt-5">Using the Webmail</i>
<hr>
<div class="text-start">
<h4 class="mb-3">Signing in</h4>
<a href="/img/webmail_login.png" data-bs-toggle="lightbox" data-bs-max-width="100%">
<img src="/img/webmail_login.png" class="img-fluid img-thumbnail" alt="Webmail Login">
</a>
<p class="mt-3">If you just signed up, use the default password with your requested email, and input that into <a href="https://mail.p0ntus.com/">mail.p0ntus.com</a>. Change your password in the interface, and follow the next steps using your email and password.</p>
<p>To sign in, use <a href="https://user.p0ntus.com/">user.p0ntus.com</a> either on the login page with the "Webmail" button, or in the signed-in interface, with the "Sign in to webmail" button.</p>
<p>You also may have to enter your 2FA code:</p>
<a href="/img/webmail_2fa.png" data-bs-toggle="lightbox" data-bs-max-width="100%">
<img src="/img/webmail_2fa.png" class="img-fluid img-thumbnail" alt="Webmail 2FA Screen">
</a>
<h4 class="mt-3 mb-3">Using the Webmail</h4>
<a href="/img/webmail_home.png" data-bs-toggle="lightbox" data-bs-max-width="100%">
<img src="/img/webmail_home.png" class="img-fluid img-thumbnail" alt="Webmail Home Page">
</a>
<p class="mt-2">Once you are signed in, you can use the webmail to send and receive emails. You can also use the calendar and contacts features.</p>
<h4>Logging out</h4>
<p>When you are done, click the "Exit" icon in the top right corner of the UI.</p>
<h4>See also</h4>
<ul class="list-group text-start">
<li class="list-group-item">
<a href="/guides/user">Using the User Dashboard</a>
</li>
</ul>
<a href="/guides" class="btn btn-dark mt-3">
<i class="fa-solid fa-arrow-left"></i> Back to Guides
</a>
</div>
</div>
<%- include('../../shards/footer') %>