better welcome email

This commit is contained in:
Son NK 2020-01-11 22:21:58 +01:00
parent f860471d50
commit 5eb4783be2
2 changed files with 28 additions and 7 deletions

View File

@ -1,8 +1,18 @@
{% extends "base.html" %}
{% block content %}
{{ render_text("Welcome " + name + " 🎉!") }}
{{ render_text("I really appreciate you signing up for SimpleLogin, and I'm sure you'll love it when you see how *simple* it is to use.") }}
{{ render_text("We built SimpleLogin to help people protecting their online identity, and I hope that we can achieve that for you.") }}
{{ render_text("Hi " + name) }}
{{ render_text("My name is Son. Im the founder of SimpleLogin and I wanted to be the first to welcome you on board.") }}
{{ render_text('To better secure your account, I recommend enabling Multi-Factor Authentication (MFA) on your <a href="https://app.simplelogin.io/dashboard/setting">Setting page</a>.') }}
{{ render_text('If you use Chrome or Firefox, SimpleLogin extension could be quite handy to quickly create aliases. Chrome extension can be installed on <a href="https://chrome.google.com/webstore/detail/simplelogin-your-anti-spa/dphilobhebphkdjbpfohgikllaljmgbn">Chrome Store</a> and Firefox on <a href="https://addons.mozilla.org/en-GB/firefox/addon/simplelogin/">Firefox Store</a>.') }}
{{ 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 backed by your personal email. This is cheaper and more convenient than buying a GSuite account. By the way, all our business emails are actually aliases :).') }}
{{ render_text('Importing domain is only available for Premium plan though, shoot me an email if you need a trial period.') }}
{% endblock %}

View File

@ -1,9 +1,20 @@
Welcome {{name}} 🎉!
Hi {{name}}
I really appreciate you signing up for SimpleLogin, and I'm sure you'll love it when you see how *simple* it is to use.
My name is Son. Im the founder of SimpleLogin and I wanted to be the first to welcome you on board.
We built SimpleLogin to help people protecting their online identity, and I hope that we can achieve that for you.
To better secure your account, I recommend enabling Multi-Factor Authentication (MFA) on your setting page at
https://app.simplelogin.io/dashboard/setting
If you use Chrome or Firefox, SimpleLogin extension could be quite handy to quickly create aliases.
You can install Chrome extension on
https://chrome.google.com/webstore/detail/simplelogin-your-anti-spa/dphilobhebphkdjbpfohgikllaljmgbn
and Firefox on
https://addons.mozilla.org/en-GB/firefox/addon/simplelogin/
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 🤫.
Importing domain is only available for Premium plan though, shoot me an email if you need a trial period.
Thanks.
Son - SimpleLogin founder.