fix email wording

This commit is contained in:
Son NK 2020-03-24 21:21:55 +01:00
parent 9e04081186
commit f4d28a998a
4 changed files with 0 additions and 16 deletions

View File

@ -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, <br />SimpleLogin Team.') }}
{{ render_text('<strong>P.S.</strong> Need immediate help getting started? Just reply to this email, the SimpleLogin support team is always ready to help!.') }}

View File

@ -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,

View File

@ -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 <b>business emails</b> 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 <b>PGP</b> (Pretty Good Privacy), you can import your public key into SimpleLogin and all emails will be <b>encrypted</b> before being forwarded to your mailbox. You can add your PGP key on <a href="https://app.simplelogin.io/dashboard/mailbox">mailbox</a>.') }}
{% if user.in_trial() %}
{{ render_text('You can use all premium features like <em>custom domain</em> or <em>alias directory</em> during the <b>trial period</b>. 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 %}

View File

@ -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() }}.