From b9bd167ff6e6a90a431287f7554aaf4fc71e594a Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Wed, 9 Sep 2020 20:26:32 +0200 Subject: [PATCH] improve onboarding pgp email --- templates/emails/com/onboarding/pgp.html | 34 +++++++++++------------- 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/templates/emails/com/onboarding/pgp.html b/templates/emails/com/onboarding/pgp.html index 5b38787e..c416c3ec 100644 --- a/templates/emails/com/onboarding/pgp.html +++ b/templates/emails/com/onboarding/pgp.html @@ -2,33 +2,29 @@ {% block content %} {{ render_text("Hi " + user.name) }} - {{ render_text("If you happen to use Gmail, Yahoo, Outlook, etc, do you know these services can read your emails?") }} - {{ render_text("If you want to keep your emails only readable by you, Pretty Good Privacy (PGP) is maybe the solution.") }} + {% 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 %} - {{ render_text('Highly recommended, open source and free, PGP is unfortunately not widely supported. However with SimpleLogin most recent PGP support, you can now enable PGP on emails sent to your aliases easily.') }} + {% call text() %} + Without PGP, emails are stored in plaintext leaving your email service able to read your emails: + {% endcall %} - {{ render_text('Without PGP the emails sent to an alias are forwarded by SimpleLogin as-is to your mailbox, leaving anyone in-between or your email service able to read your emails:') }} + Without PGP - Without PGP + {% call text() %} + With PGP enabled, SimpleLogin encrypts your emails with your public key before forwarding to your mailbox: + {% endcall %} - {{ render_text("With PGP enabled, all emails arrived at SimpleLogin are encrypted with your public key before being forwarded to your mailbox:") }} - - Without PGP - - {{ render_text("You can find more info on our announcement post on https://simplelogin.io/blog/introducing-pgp/") }} - - - {{ render_text("You can create and manage your PGP keys when adding or editing your mailboxes. Check it out on your mailbox dashboard.") }} - - {{ render_button("Add your PGP key", URL ~ "/dashboard/mailbox") }} - - {{ render_text('Thanks,
SimpleLogin Team.') }} - {{ render_text('P.S. Need immediate help getting started? Just reply to this email, the SimpleLogin support team is always ready to help!.') }} + Without PGP + {{ 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 + Settings {% endblock %}