{% extends "baseTemplate/index.html" %} {% load static %} {% block title %}Campaigns{% endblock %} {% block content %}

Campaigns

Your current send rate cap is {{ hourlyCap }}/hour and {{ dailyCap }}/day. A background task sends queued campaigns in batches within that cap.

New campaign

Must be on a domain you own here, with a mail domain configured.

Your campaigns

NameListStatus ProgressActions
{$ row.sent $}/{$ row.totalRecipients $} sent · {$ row.failed $} failed

No campaigns yet

Queue "{$ queuing.name $}"

{$ selected.name $}

EmailStatusError
{% endblock %} {% block scripts %} {% endblock %}