# How Many Emails Can I Send ?

The number of emails you can send depends mainly on the [limits](https://docs.aws.amazon.com/ses/latest/DeveloperGuide/manage-sending-limits.html) imposed on your account by AWS SES.

Login to your [AWS SES Dashboard](https://console.aws.amazon.com/ses) and click 'Sending Statistics' in the left pane. You will see something like in the below image. According to this image, AWS has permitted this account to send emails at a maximum rate of 14 emails per second and upto 100000 emails per day.

![](/files/-LUinuTe8scgIkNl_QS6)

To prevent abuse AWS gives new accounts a very low sending limit. You can request to [increase these limits](https://sendwithses.gitbook.io/helpdocs/how/how-to-increase-aws-ses-sending-limits.). They will do so gladly but only if your email sending reputation is good. **So make sure you don’t send out any unsolicited emails**.

When you send an email campaign, **Send With SES** tries to send out your mails as fast as your current AWS SES limits allow. Sending emails also depends on your current **Send With SES** Bill Plan irrespective of the limits imposed by AWS SES.


---

# 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/how-many-emails-can-i-send.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.
