update send from alias video

This commit is contained in:
Son 2021-10-11 17:08:48 +02:00
parent ee0ed7d9ec
commit b602f7e746
3 changed files with 3 additions and 3 deletions

View file

@ -48,7 +48,7 @@ def onboarding_send_from_alias(user):
send_email( send_email(
to_email, to_email,
"SimpleLogin Tip: Send emails from your alias", "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), render("com/onboarding/send-from-alias.html", user=user, to_email=to_email),
unsubscribe_link, unsubscribe_link,
via_email, via_email,

View file

@ -15,7 +15,7 @@
{% call text() %} {% call text() %}
To send an email to a <b>new contact</b>, please follow the steps below. To send an email to a <b>new contact</b>, please follow the steps below.
You can also watch this <a href="https://youtu.be/VsypF-DBaow">Youtube video</a> You can also watch this <a href="https://youtu.be/GN060XMt6Pc">Youtube video</a>
that quickly walks you through the steps. that quickly walks you through the steps.
{% endcall %} {% endcall %}

View file

@ -7,7 +7,7 @@ Hi
Do you know you can send an email to anyone from your alias? Do you know you can send an email to anyone from your alias?
This below Youtube video walks you quickly through the steps: This below Youtube video walks you quickly through the steps:
https://youtu.be/VsypF-DBaow https://youtu.be/GN060XMt6Pc
Here are the steps: Here are the steps:
1. First click "Send Email" on your alias you want to send email from 1. First click "Send Email" on your alias you want to send email from