diff --git a/templates/emails/com/onboarding/mailbox.html b/templates/emails/com/onboarding/mailbox.html index cac040e3..9665d298 100644 --- a/templates/emails/com/onboarding/mailbox.html +++ b/templates/emails/com/onboarding/mailbox.html @@ -2,33 +2,33 @@ {% block content %} {{ render_text("Hi " + user.name) }} - {{ render_text("If you have several email addresses, e.g. Gmail for work and Protonmail for personal stuffs, you can add them into SimpleLogin and create aliases for them.") }} - {{ render_text("A real email address is called mailbox in SimpleLogin.") }} + {% call text() %} + If you have several email addresses, e.g. Gmail for work and Protonmail for personal uses, + you can add them into SimpleLogin as mailboxes. + {% endcall %} Mailbox Gmail Mailbox Protonmail - {{ render_text("When creating an alias, you can choose which mailbox that owns this alias, meaning:") }} + {% call text() %} + When creating an alias, you can choose the mailbox that owns this alias, meaning:
+ 1. Emails sent to this alias are forwarded to the owning mailbox.
+ 2. The owning mailbox can send or reply emails from this alias. + {% endcall %} - {{ render_text("1. Emails sent to this alias are *forwarded* to the owning mailbox.") }} - - {{ render_text("2. The owning mailbox can *send* or reply emails from this alias.") }} - - {{ render_text("You can also change the owning mailbox for an existing alias.") }} - - {{ render_text('The mailbox doesn\'t have to be your personal email: you can also create aliases for your friend by adding his/her email as a mailbox.') }} + {% call text() %} + A mailbox doesn't have to be your email address: you can also create aliases for your friend by adding + his/her email address as your mailbox. + {% endcall %} {{ render_button("Create mailbox", URL ~ "/dashboard/mailbox") }} - {{ 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!.') }} - {{ raw_url(URL ~ "/dashboard/mailbox") }} {% endblock %} {% block footer %} This email is sent to {{ user.email }} and is part of our onboarding series. Unsubscribe on - Settings + Settings {% endblock %}