From f4d28a998ab2f328382e71c4c42f80da852e9080 Mon Sep 17 00:00:00 2001 From: Son NK Date: Tue, 24 Mar 2020 21:21:55 +0100 Subject: [PATCH] fix email wording --- templates/emails/com/onboarding/pgp.html | 6 ------ templates/emails/com/onboarding/pgp.txt | 4 ---- templates/emails/com/welcome.html | 2 -- templates/emails/com/welcome.txt | 4 ---- 4 files changed, 16 deletions(-) diff --git a/templates/emails/com/onboarding/pgp.html b/templates/emails/com/onboarding/pgp.html index 32165067..7694dc19 100644 --- a/templates/emails/com/onboarding/pgp.html +++ b/templates/emails/com/onboarding/pgp.html @@ -23,12 +23,6 @@ {{ render_button("Add your PGP key", "https://app.simplelogin.io/dashboard/mailbox") }} - {{ render_text("Our next important feature is the coming of an iOS app. If you use iPhone or iPad want to help us testing out the app, please reply to this email so we can add you into the TestFlight program. -") }} - - {{ render_text("For Android users, don't worry: the Android version is already in progress. -") }} - {{ 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!.') }} diff --git a/templates/emails/com/onboarding/pgp.txt b/templates/emails/com/onboarding/pgp.txt index 990fa061..7fda4243 100644 --- a/templates/emails/com/onboarding/pgp.txt +++ b/templates/emails/com/onboarding/pgp.txt @@ -22,10 +22,6 @@ You can find more info on our announcement post on https://simplelogin.io/blog/i You can create and manage your PGP keys when adding or editing your mailboxes. Check it out on your mailbox dashboard at https://app.simplelogin.io/dashboard/mailbox -Our next important feature is the coming of an iOS app. If you use iPhone or iPad want to help us testing out the app, please reply to this email so we can add you into the TestFlight program. - -For Android users, don't worry: the Android version is already in progress. - As usual, let us know if you have any question by replying to this email. Best regards, diff --git a/templates/emails/com/welcome.html b/templates/emails/com/welcome.html index 606708d4..f6e5d998 100644 --- a/templates/emails/com/welcome.html +++ b/templates/emails/com/welcome.html @@ -20,8 +20,6 @@ {{ 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 5a7d48f9..b7790355 100644 --- a/templates/emails/com/welcome.txt +++ b/templates/emails/com/welcome.txt @@ -19,10 +19,6 @@ 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() }}.