{% 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 }}.
This alias is automatically created when you signed up on SimpleLogin.
{% endcall %}
{% call text() %}
It's for receiving our news, feature announcements or tips -
feel free to disable it if you don't need any of
these.
{% endcall %}
{% endif %}
{% call text() %}
You can reach out to us by:
- Simply replying to this email
- On Twitter
- On Reddit
{% 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() %}
Please don't hesitate to talk around you about the benefits of using email alias
to protect your personal email address and your privacy.
{% endcall %}
{% call text() %}
Let's make spammers and Big Tech's life harder.
SimpleLogin Team.
{% endcall %}
{% endblock %}