2022-02-16 18:52:35 +01:00
|
|
|
{% extends "base.txt.jinja2" %}
|
|
|
|
|
|
|
|
{% block content %}
|
2021-01-25 21:25:15 +01:00
|
|
|
Hi
|
2020-03-05 09:35:20 +01:00
|
|
|
|
2020-04-19 10:54:05 +02:00
|
|
|
Your subscription will end on {{ next_bill_date }}.
|
2020-03-05 09:35:20 +01:00
|
|
|
|
|
|
|
When the subscription ends:
|
|
|
|
|
|
|
|
- All aliases/domains/directories you have created are kept and continue working.
|
2020-04-08 23:08:34 +02:00
|
|
|
- You cannot create new aliases if you exceed the free plan limit, i.e. have more than {{MAX_NB_EMAIL_FREE_PLAN}} aliases.
|
2020-04-08 22:38:25 +02:00
|
|
|
- As features like "catch-all" or "directory" allow you to create aliases on-the-fly,
|
2020-04-08 23:08:34 +02:00
|
|
|
those aliases cannot be automatically created if you have more than {{MAX_NB_EMAIL_FREE_PLAN}} aliases.
|
2020-03-05 09:35:20 +01:00
|
|
|
- You cannot add new domain or directory.
|
|
|
|
|
|
|
|
You can upgrade today to continue using all these Premium features (and much more coming).
|
2022-02-16 18:52:35 +01:00
|
|
|
{% endblock %}
|