Directory allows you to create aliases on the fly.
1️⃣ Pick a name for your directory, says my_dir
2️⃣ Quickly use one of the following formats to create an alias on-the-fly without creating this alias
beforehand
my_dir/anything@{{ FIRST_ALIAS_DOMAIN }} or
my_dir+anything@{{ FIRST_ALIAS_DOMAIN }} or
my_dir#anything@{{ FIRST_ALIAS_DOMAIN }}
anything is any string composed of lowercase character.
You can use this feature on the following domains:
{% for alias_domain in ALIAS_DOMAINS %}
{{ alias_domain }}
{% endfor %}
ℹ️
The alias will be created the first time it receives an email.