Recipients
{% if user_emails %}
{% button type="export" size="small" value="Export user list" onclick="export_user_emails();" %}
{% endif %}
Active users are listed below in black.
Inactive users are crossed out .
Users with expired access are double-crossed out .
Only send this email to active users
Only send this email to users with active {{ site_title }} access
Send a copy of this email to myself
{% for u in users %}
{{ u }} - {{ u.email }}
{% endfor %}
{% endif %}
Email content
{% for selection_value in selection %}
{% endfor %}
{% button type="view" onclick="update_preview();document.getElementById('email_preview').scrollIntoView();" value="Preview" %}
{% button type="save" value="Send" icon="glyphicon-send" %}
{% if user.is_any_part_of_staff and user_emails %}
{% if active_user_emails|length > 2000 %}
{% button type="info" value="Use default email client" icon="glyphicon-envelope" disabled="disabled" %}
{% else %}
{% button type="info" value="Use default email client" icon="glyphicon-envelope" %}
{% endif %}
{% endif %}
Your email will look like this...
{{ generic_email_sample|safe }}