{% translate 'Distribution Lists' %}
{% translate 'Manage Email Distribution Lists' %}
{% translate "An email distribution list a group mailing list. An email sent to the distribution email will be sent to all members of the distribution list. It doesn't store email. It is a virtual email address." %}
{% if form.errors %}
{% for error in form.non_field_errors %}
{{ error|escape }}
{% endfor %}
{% for field in form %}
{% for error in field.errors %}
{{ error|escape }}
{% endfor %}
{% endfor %}
{% endif %}
{% if messages %}
{% for message in messages %}
{% if message.tags == "success" %}
{{ message }}
{% else %}
{{ message }}
{% endif %}
{% endfor %}
{% endif %}
{% translate 'Sl.No' %} | {% translate 'Distribution Email Address' %} | {% translate 'Members in List' %} | {% translate 'Action' %} |
---|---|---|---|
{% translate 'Sl.No' %} | {% translate 'Distribution Email Address' %} | {% translate 'Members in List' %} | {% translate 'Action' %} |