# Email Delivery Times.

Delivery of your emails depends on your AWS SES sending limits. Let's say your 'Sending Quota' is 100,000 emails per day and 'Send Rate' is 14 emails/second. In theory it would take approximately 60 minutes to send 50,000 emails.

$$
(50000/14)=3571 Seconds=60 Minutes
$$

In reality it would take a bit longer to deliver emails. Our real-world sending stats indicate average delivery times about 2 times the theoretical value.

Once an email is delivered it would trigger various [delivery notifications](https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html) (sent, delivered, bounced, opened, clicked, complaint, etc.). While 'sent' and 'delivered' stats come in quickly, the rest can take their own sweet time because they are dependent on the recipient email server and end user actions.

{% hint style="info" %}
**To increase your email sending limits see this** [**article**](https://docs.sendwithses.com/how/send-email/how-to-increase-aws-ses-sending-limits)**.**
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sendwithses.com/faqs/email-faqs/email-delivery-times..md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
