{% extends "admin/base_site.html" %} {% block title %}Send emails to communication recipients | By ReportLab for Air Seychelles{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Send emails to communication recipients

{% ifequal step 1 %}

Here are the details of the email you are about to send. Once you have checked the all the content is correct, click 'Next'. If you need to make changes to the email, use the 'Edit' button and come back here afterwards.

Subject:{{communication.subject}}
Message HTML: {{communication.message_html|truncatewords:20}}
Preview
Message Plain:{{communication.message_plain|truncatewords:20}}
Select tag:

You must have assigned a tag to all the leads you wish to include in an email.

Only send to leads that have never been emailed by this system before:
Only send to leads that have not received an email with this subject before:
{% endifequal %} {% ifequal step 2 %} {% if communication_warnings %}

You have the following errors with your email content:

{% endif %} {% if lead_count %}

You are about to add approximately {{lead_count}} lead{{lead_count|pluralize}} to the email queue. If you chose to only send to leads you havn't emailed before, there will actually be less than this number of emails sent. If you are sure you want to procede and send these emails, please carefully press the 'Send' button once.

{% else %}

Error: No leads!

{% endif %} {% endifequal %} {% endblock %}