{% extends "base.html" %}
{% block content %}
{{ render_text("Hi " + user.name) }}
{% call text() %}
If you use Gmail, Yahoo, Outlook, etc, you might want to use
PGP (Pretty Good Privacy)
to make sure your emails can't be read by these email providers.
{% endcall %}
{% call text() %}
Without PGP, emails are stored in plaintext leaving your email service able to read your emails:
{% endcall %}
{% call text() %}
With PGP enabled, SimpleLogin encrypts your emails with your public key before forwarding to your mailbox:
{% endcall %}
{{ render_button("Enable PGP on your mailbox", URL ~ "/dashboard/mailbox/" ~ user.default_mailbox_id) }}
{% endblock %}
{% block footer %}
This email is sent to {{ user.email }} and is part of our onboarding series. Unsubscribe on
Settings
{% endblock %}