diff --git a/job_runner.py b/job_runner.py index 06c12487..efab71b4 100644 --- a/job_runner.py +++ b/job_runner.py @@ -48,7 +48,7 @@ def onboarding_send_from_alias(user): send_email( to_email, "SimpleLogin Tip: Send emails from your alias", - render("com/onboarding/send-from-alias.txt", user=user, to_email=to_email), + render("com/onboarding/send-from-alias.txt.j2", user=user, to_email=to_email), render("com/onboarding/send-from-alias.html", user=user, to_email=to_email), unsubscribe_link, via_email, diff --git a/templates/emails/com/onboarding/send-from-alias.html b/templates/emails/com/onboarding/send-from-alias.html index f294dda1..5e0de24d 100644 --- a/templates/emails/com/onboarding/send-from-alias.html +++ b/templates/emails/com/onboarding/send-from-alias.html @@ -15,7 +15,7 @@ {% call text() %} To send an email to a new contact, please follow the steps below. - You can also watch this Youtube video + You can also watch this Youtube video that quickly walks you through the steps. {% endcall %} diff --git a/templates/emails/com/onboarding/send-from-alias.txt b/templates/emails/com/onboarding/send-from-alias.txt.j2 similarity index 93% rename from templates/emails/com/onboarding/send-from-alias.txt rename to templates/emails/com/onboarding/send-from-alias.txt.j2 index ba65cbd3..62b9ddc9 100644 --- a/templates/emails/com/onboarding/send-from-alias.txt +++ b/templates/emails/com/onboarding/send-from-alias.txt.j2 @@ -7,7 +7,7 @@ Hi Do you know you can send an email to anyone from your alias? This below Youtube video walks you quickly through the steps: -https://youtu.be/VsypF-DBaow +https://youtu.be/GN060XMt6Pc Here are the steps: 1. First click "Send Email" on your alias you want to send email from