Use local email domain correctly
This commit is contained in:
parent
d6bcd558cc
commit
56ea451ed1
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
{{alias.complete_email_address}} {{user.email|lower}}
|
||||
{% else %}
|
||||
{% if alias.local_part != alias.user %}
|
||||
{{alias.complete_email_address}} {{alias.user|lower}}{{domain}}
|
||||
{{alias.complete_email_address}} {{alias.user|lower}}{{local_email_domain}}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue