{% extends "base.html" %} {% block greeting %}

{% if name %} Welcome, {{ name }}! {% else %} Welcome! {% endif %}

{% endblock %} {% block content %} {% if alias %} {% call text() %} This is the first email you receive via your first alias {{ alias }}. {% endcall %} {% call text() %} This alias is automatically created for receiving SimpleLogin news and tips - feel free to disable it if you don't need any of these. {% endcall %} {% endif %} {% call text() %} To better secure your account, we recommend enabling Multi-Factor Authentication (MFA) or WebAuthn (Yubikey) on your Setting page. {% endcall %} {% call text() %} If you are using Firefox or a Chromium-browser like Chrome, Edge, Brave, you can install our Firefox add-on or Chrome extension to create aliases in one click (literally). {% endcall %} {% call text() %} {% endcall %} {% call text() %} SimpleLogin is also available on Android and iOS so you can create new aliases on the fly. {% endcall %} {% if user.in_trial() and user.trial_end %} {% call text() %} When you signed up, you can use all premium features like custom domain, alias directory, mailbox, PGP without any limit during 7 days (the "trial period").
No worries: all aliases you create during this period will continue to work normally even if you don't upgrade. {% endcall %} {% endif %} {% call text() %} At any time, you can reach out to us by:
{% endcall %} {% call text() %} SimpleLogin Team. {% endcall %} {% endblock %}