Emails sent from {{ start_date }} to {{ end_date }}
Sent Timestamp | Email Type | Recipient | Content | {% for key in emailLog %}|||
---|---|---|---|---|---|---|
{{ key.sent_ts }} | {% if key.email_type == 'ETA' %}Early Term Activity | {% endif %} {% if key.email_type == 'AADD' %}After Add/Drop Date | {% endif %} {% if key.email_type == 'AWD' %}After Withdrawl Date | {% endif %} {% if key.email_type == 'CW' %}Completely Withdrawn | {% endif %}{{ key.recipient }} | {{ key.email_content }} |
Retrieve the email log for another set of dates.