mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 00:48:32 +01:00
Give more info on the directory
This commit is contained in:
parent
66c3be0e50
commit
6f925170c5
1 changed files with 10 additions and 4 deletions
|
@ -19,15 +19,21 @@
|
||||||
<div class="alert alert-primary" role="alert">
|
<div class="alert alert-primary" role="alert">
|
||||||
Directory allows you to create aliases <b>on the fly</b>. Simply use <br>
|
Directory allows you to create aliases <b>on the fly</b>. Simply use <br>
|
||||||
<div class="pl-3 py-2 bg-white">
|
<div class="pl-3 py-2 bg-white">
|
||||||
<em>directory/<b>anything</b>@{{ EMAIL_DOMAIN }}</em> or <br>
|
<em>your_directory/<b>anything</b>@{{ EMAIL_DOMAIN }}</em> or <br>
|
||||||
<em>directory+<b>anything</b>@{{ EMAIL_DOMAIN }}</em> or <br>
|
<em>your_directory+<b>anything</b>@{{ EMAIL_DOMAIN }}</em> or <br>
|
||||||
<em>directory#<b>anything</b>@{{ EMAIL_DOMAIN }}</em> <br>
|
<em>your_directory#<b>anything</b>@{{ EMAIL_DOMAIN }}</em> <br>
|
||||||
</div>
|
</div>
|
||||||
next time you need an email address. <br>
|
next time you need an email address. <br>
|
||||||
<em><b>anything</b></em> could really be anything, it's up to you to invent the most creative alias 😉. <br>
|
<em><b>anything</b></em> could really be anything, it's up to you to invent the most creative alias 😉. <br>
|
||||||
|
<em>your_directory</em> is the name of one of your directories. <br>
|
||||||
|
|
||||||
|
<div class="h4 text-primary mt-3">
|
||||||
|
ℹ️
|
||||||
The alias will be created the first time it receives an email.
|
The alias will be created the first time it receives an email.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
{% for dir in dirs %}
|
{% for dir in dirs %}
|
||||||
<div class="card" style="max-width: 50rem">
|
<div class="card" style="max-width: 50rem">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
|
|
Loading…
Reference in a new issue