|
@@ -11,15 +11,20 @@
|
|
|
<h1 class="h3"> Directories </h1>
|
|
|
|
|
|
{% if not current_user.is_premium() %}
|
|
|
- <div class="alert alert-danger" role="alert">
|
|
|
- This feature is only available in premium plan.
|
|
|
- </div>
|
|
|
+ <div class="alert alert-danger" role="alert">
|
|
|
+ This feature is only available in premium plan.
|
|
|
+ </div>
|
|
|
{% endif %}
|
|
|
|
|
|
<div class="alert alert-primary" role="alert">
|
|
|
- Directory allows you to create aliases <b>on the fly</b>. <br>
|
|
|
- Simply use <em>directory/<b>anything</b>@{{ EMAIL_DOMAIN }}</em>
|
|
|
+ Directory allows you to create aliases <b>on the fly</b>. Simply use <br>
|
|
|
+ <div class="pl-3 py-2 bg-white">
|
|
|
+ <em>directory/<b>anything</b>@{{ EMAIL_DOMAIN }}</em> or <br>
|
|
|
+ <em>directory+<b>anything</b>@{{ EMAIL_DOMAIN }}</em> or <br>
|
|
|
+ <em>directory#<b>anything</b>@{{ EMAIL_DOMAIN }}</em> <br>
|
|
|
+ </div>
|
|
|
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>
|
|
|
The alias will be created the first time it receives an email.
|
|
|
</div>
|
|
|
|