{% extends "emails/base.html" %} {% load email_tags %} {% load base_filters %} {% block title %}{{ block.super }}{% trans "Amazon SES - Sending Limits" %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}

{% trans "Amazon SES - Sending Limits" %}

{% if send_quota %}
{% trans "Sent Last 24 Hours" %} {% trans "Max 24 Hour Send" %} {% trans "Max Send Rate" %}
{{ send_quota.sentLast24Hours }} {{ send_quota.max24HourSend }} {{ send_quota.maxSendRate }}/sec
{% else %} {% trans "No data available." %} {% endif %}

{% blocktrans %} Per Amazon, "Each user has a unique set of sending limits, which are calculated by Amazon SES on an ongoing basis. As you continue to send high-quality email, Amazon SES learns more about your particular usage patterns, and gradually adjusts your sending limits upward - as high as you need them to go."
If you think this wouldn't work for the site, you can request to increase the sending limits by contacting amazon.com. {% endblocktrans %}


{% trans "Verify Email Addresses" %}
{% trans "View Verified Email Addresses" %}
{% endblock %}