Add PGP to welcome email

This commit is contained in:
Son NK 2020-03-18 22:29:30 +01:00
parent 269bca8ff3
commit 3f81b92d61
2 changed files with 6 additions and 0 deletions

View File

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