From 3e73d162154ecea26bc36c9a9092b280d511ed64 Mon Sep 17 00:00:00 2001 From: Son NK Date: Wed, 18 Mar 2020 22:29:30 +0100 Subject: [PATCH] Add PGP to welcome email --- templates/emails/com/welcome.html | 2 ++ templates/emails/com/welcome.txt | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/templates/emails/com/welcome.html b/templates/emails/com/welcome.html index f6e5d998..606708d4 100644 --- a/templates/emails/com/welcome.html +++ b/templates/emails/com/welcome.html @@ -20,6 +20,8 @@ {{ render_text('If you have a domain, for example for your business or your project, you can import your domain into SimpleLogin and create your business emails using email alias. This is cheaper and more convenient than buying a dedicated solution like GSuite. By the way, all our business emails are actually aliases.') }} + {{ render_text('If you use PGP (Pretty Good Privacy), you can import your public key into SimpleLogin and all emails will be encrypted before being forwarded to your mailbox. You can add your PGP key on mailbox.') }} + {% if user.in_trial() %} {{ render_text('You can use all premium features like custom domain or alias directory during the trial period. Your trial will end ' + user.trial_end.humanize() + ". All aliases you create during the trial will continue to work normally when the trial ends.") }} {% endif %} diff --git a/templates/emails/com/welcome.txt b/templates/emails/com/welcome.txt index b7790355..5a7d48f9 100644 --- a/templates/emails/com/welcome.txt +++ b/templates/emails/com/welcome.txt @@ -19,6 +19,10 @@ https://apps.apple.com/us/app/simplelogin/id1494051017?mt=12&fbclid=IwAR0M0nnEKg If you have a domain, for example for your business or your project, you can import your domain into SimpleLogin and create your business emails backed by your personal email! By the way, all our business emails are actually aliases. +If you use PGP (Pretty Good Privacy), you can import your public key into SimpleLogin and all emails will be encrypted +before being forwarded to your mailbox. You can add your PGP key in "Mailbox" tab on +https://app.simplelogin.io/dashboard/mailbox + {% if user.in_trial() %} You can use all premium features like custom domain or alias directory during the trial period. Your trial will end {{ user.trial_end.humanize() }}.