app-MAIL-temp/templates/emails/com/onboarding/browser-extension.html

31 lines
1.2 KiB
HTML
Raw Normal View History

2020-04-02 23:26:17 +02:00
{% extends "base.html" %}
{% block content %}
{{ render_text("Hi " + user.name) }}
{% call text() %}
2020-07-11 19:23:40 +02:00
If you want to quickly create aliases <b>without</b> going to SimpleLogin website, you can do that with SimpleLogin
2020-08-14 16:23:29 +02:00
<a href="https://chrome.google.com/webstore/detail/dphilobhebphkdjbpfohgikllaljmgbn">Chrome</a>
(or other Chromium-based browsers like Brave or Vivaldi),
2020-08-14 16:23:29 +02:00
<a href="https://addons.mozilla.org/firefox/addon/simplelogin/">Firefox</a> and
<a href="https://apps.apple.com/app/id1494051017
2020-04-02 23:26:17 +02:00
">Safari</a> extension.
{% endcall %}
2020-04-02 23:26:17 +02:00
{% call text() %}
You can also manage your aliases using SimpleLogin
<a href="https://play.google.com/store/apps/details?id=io.simplelogin.android">Android App</a>
2020-08-14 16:23:29 +02:00
or <a href="https://apps.apple.com/app/id1494359858">iOS app</a>.
{% endcall %}
2020-04-02 23:26:17 +02:00
{{ 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!.') }}
{% endblock %}
{% block footer %}
This email is sent to {{ user.email }} and is part of our onboarding series. Unsubscribe on
2020-08-14 16:23:29 +02:00
<a href="{{URL}}/dashboard/setting#notification">Settings</a>
2020-04-02 23:26:17 +02:00
{% endblock %}