From e86c0655ddbc512e2014887507620bf5b0942570 Mon Sep 17 00:00:00 2001 From: Son NK Date: Mon, 3 Feb 2020 13:46:47 +0700 Subject: [PATCH] add Safari extension newsletter --- templates/emails/com/safari-extension.html | 19 +++++++++++++++++++ templates/emails/com/safari-extension.txt | 16 ++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 templates/emails/com/safari-extension.html create mode 100644 templates/emails/com/safari-extension.txt diff --git a/templates/emails/com/safari-extension.html b/templates/emails/com/safari-extension.html new file mode 100644 index 00000000..bbb757e5 --- /dev/null +++ b/templates/emails/com/safari-extension.html @@ -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 https://app.simplelogin.io/dashboard/setting#notification') }} + + {{ render_text("
") }} + + {{ 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 AppStore.') }} + + {{ render_text('') }} + + {{ render_text("As usual, let me know if you have any question by replying to this email.") }} + +{% endblock %} + diff --git a/templates/emails/com/safari-extension.txt b/templates/emails/com/safari-extension.txt new file mode 100644 index 00000000..d3cc2ecc --- /dev/null +++ b/templates/emails/com/safari-extension.txt @@ -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. \ No newline at end of file