mirror of
https://github.com/simple-login/app.git
synced 2025-02-25 16:23:16 +08:00
replace the iframe video by a link
This commit is contained in:
parent
5bb0ae0234
commit
e2f729206e
1 changed files with 8 additions and 9 deletions
|
@ -20,7 +20,8 @@
|
||||||
<p>
|
<p>
|
||||||
To send an email from your alias to a contact, you need to create a <em>reverse-alias</em>,
|
To send an email from your alias to a contact, you need to create a <em>reverse-alias</em>,
|
||||||
a special email address. <br>
|
a special email address. <br>
|
||||||
When you send an email to the reverse-alias, the email will be sent <b>from your alias</b> to the contact. <br>
|
When you send an email to the reverse-alias, the email will be sent <b>from your alias</b> to the contact.
|
||||||
|
<br>
|
||||||
|
|
||||||
<img src="/static/images/reverse-alias.svg" style="border: 1px solid" class="my-2 img-fluid">
|
<img src="/static/images/reverse-alias.svg" style="border: 1px solid" class="my-2 img-fluid">
|
||||||
</p>
|
</p>
|
||||||
|
@ -42,13 +43,12 @@
|
||||||
Make sure you send the email from your personal email address ({{ current_user.email }}).
|
Make sure you send the email from your personal email address ({{ current_user.email }}).
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</p>
|
</p>
|
||||||
<p>This video can also quickly walk you through the steps:</p>
|
<p>
|
||||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/VsypF-DBaow"
|
This Youtube video can also quickly walk you through the steps:
|
||||||
frameborder="0"
|
<a href="https://www.youtube.com/watch?v=VsypF-DBaow" target="_blank">
|
||||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen
|
How to send emails from an alias <i class="fe fe-external-link"></i>
|
||||||
style="max-width: 100%"
|
</a>
|
||||||
>
|
</p>
|
||||||
</iframe>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -93,7 +93,6 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="mb-2 text-muted small-text">
|
<div class="mb-2 text-muted small-text">
|
||||||
{% if contact_info.latest_email_log != None %}
|
{% if contact_info.latest_email_log != None %}
|
||||||
{% set email_log = contact_info.latest_email_log %}
|
{% set email_log = contact_info.latest_email_log %}
|
||||||
|
|
Loading…
Reference in a new issue