mirror of
https://github.com/simple-login/app.git
synced 2025-02-25 08:13: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>
|
||||
To send an email from your alias to a contact, you need to create a <em>reverse-alias</em>,
|
||||
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">
|
||||
</p>
|
||||
|
@ -42,13 +43,12 @@
|
|||
Make sure you send the email from your personal email address ({{ current_user.email }}).
|
||||
{% endif %}
|
||||
</p>
|
||||
<p>This video can also quickly walk you through the steps:</p>
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/VsypF-DBaow"
|
||||
frameborder="0"
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen
|
||||
style="max-width: 100%"
|
||||
>
|
||||
</iframe>
|
||||
<p>
|
||||
This Youtube video can also quickly walk you through the steps:
|
||||
<a href="https://www.youtube.com/watch?v=VsypF-DBaow" target="_blank">
|
||||
How to send emails from an alias <i class="fe fe-external-link"></i>
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -93,7 +93,6 @@
|
|||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="mb-2 text-muted small-text">
|
||||
{% if contact_info.latest_email_log != None %}
|
||||
{% set email_log = contact_info.latest_email_log %}
|
||||
|
|
Loading…
Reference in a new issue