{% extends "base.html" %} {% block content %} {% call text() %}

Secure your emails with PGP.

{% endcall %} {% 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 %} Without PGP {% call text() %} With PGP enabled, SimpleLogin encrypts your emails with your public key before forwarding to your mailbox. {% endcall %} Without PGP {{ render_button("Enable PGP on your mailbox", URL ~ "/dashboard/mailbox/" ~ user.default_mailbox_id) }} {{ raw_url(URL ~ "/dashboard/mailbox/" ~ user.default_mailbox_id) }} {% endblock %} {% block footer %} This email is sent to {{ to_email }} and is part of our onboarding series. Unsubscribe on Settings {% endblock %}