app-MAIL-temp/templates/emails/transactional/cannot-create-alias-domain.txt

10 lines
339 B
Plaintext
Raw Normal View History

2022-02-16 18:52:35 +01:00
{% extends "base.txt.jinja2" %}
{% block content %}
2021-04-09 12:43:30 +02:00
An email has been sent to the alias {{alias}} that would be created automatically as you own the domain {{domain}}.
However you have reached the alias limit in your current plan, this creation cannot happen.
Please upgrade to premium plan in order to use this feature.
2022-02-16 18:52:35 +01:00
{% endblock %}