From c7845a965e86dedca5336d5f9555e3fdc504623d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Sun, 12 Jun 2016 13:10:44 +0300 Subject: [PATCH] Text version for login message --- templates/emails/login-body-text.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 templates/emails/login-body-text.html diff --git a/templates/emails/login-body-text.html b/templates/emails/login-body-text.html new file mode 100644 index 00000000..aac603c3 --- /dev/null +++ b/templates/emails/login-body-text.html @@ -0,0 +1,18 @@ +{% block content %}Hello, +{% if inviting_profile %} +{{ inviting_profile }} invites you to their healthchecks.io account. + +You will be able to manage their existing monitoring checks and set up new +ones. If you already have your own account on healthchecks.io, you will +be able to switch between the two accounts.{% endif %} +To log into healthchecks.io, please open the link below: + +{{ login_link }} + +Thanks, +The Healthchecks.io Team + +P.S. Need help getting started? Check out our help documentation +at https://healthchecks.io/docs/ +Or, just reply to this email with any questions or issues you have. +{% endblock %} \ No newline at end of file