> For the complete documentation index, see [llms.txt](https://docs.sendwithses.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sendwithses.com/faqs/email-faqs/email-delivery-times..md).

# 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 %}
