add Safari extension newsletter

This commit is contained in:
Son NK 2020-02-03 13:46:47 +07:00
parent 0f4e803639
commit db651aa1ea
2 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,19 @@
{% extends "base.html" %}
{% block content %}
{{ render_text("This email is sent to " + user.email + ".") }}
{{ render_text('Unsubscribe from our emails on <a href="https://app.simplelogin.io/dashboard/setting#notification">https://app.simplelogin.io/dashboard/setting#notification</a>') }}
{{ render_text("<hr>") }}
{{ render_text("Hi " + user.name) }}
{{ render_text("If you use Safari on a MacBook or iMac, you should check out our new Safari extension.") }}
{{ render_text('It can be installed on <a href="https://apps.apple.com/us/app/simplelogin/id1494051017?mt=12&fbclid=IwAR0M0nnEKgoieMkmx91TSXrtcScj7GouqRxGgXeJz2un_5ydhIKlbAI79Io">AppStore</a>.') }}
{{ render_text('<img src="https://static.simplelogin.io/safari-extension.png" style="max-width: 80%">') }}
{{ render_text("As usual, let me know if you have any question by replying to this email.") }}
{% endblock %}

View File

@ -0,0 +1,16 @@
This email is sent to {{ user.email }}.
Unsubscribe from our emails on https://app.simplelogin.io/dashboard/setting#notification
----------------
Hi {{user.name}}
If you use Safari on a MacBook or iMac, you should check out our new Safari extension.
It can be installed on:
https://apps.apple.com/us/app/simplelogin/id1494051017?mt=12&fbclid=IwAR0M0nnEKgoieMkmx91TSXrtcScj7GouqRxGgXeJz2un_5ydhIKlbAI79Io
As usual, let me know if you have any question by replying to this email.
Best regards,
Son - SimpleLogin founder.