Hi, @sonnie ridgley
Welcome to the Microsoft Q&A platform!
Based on your description, I understand that you are having a problem sending an email through Outlook Exchange, and the email is bounced with the error EasSendFailedPermanentException: SendQuotaExceeded, Code='115'. This error indicates that the sending quota has been exceeded, the message is too large, or the mailbox has exceeded the quota.
- Are you using a mobile device to send an email with attachments?
- Did you send a large number of emails in a short period of time before the error was reported?
This error can be due to several reasons:
- Sending quota exceeded: This means that the number of emails you are allowed to send in a certain period of time has been exceeded. This is a common restriction set by email servers to prevent spam.
- The message is too large: If the email you are trying to send contains large attachments, it may exceed the size limit set by the server.
- Mailbox exceeds quota: If your mailbox has reached the storage limit, you won't be able to send or receive new messages until some space is freed up.
To fix this issue, you can try the following steps:
- Check mailbox storage: Make sure your mailbox doesn't exceed the storage limit. Delete unnecessary emails or move them to the archive.
- Reduce message size: If you send large attachments, try reducing their size or using a file-sharing service.
- Considering that this doesn't happen all the time, then wait a while and try to send an email later, as the sending quota usually resets after a while.
Also, are you using a mobile device to send emails with attachments? As far as we know, mobile devices typically use the Exchange ActiveSync protocol to connect to Exchange servers. By default, ActiveSync doesn't have the maxAllowedContentLength key in the web.config file. However, the maximum message size for ActiveSync is affected by the maxAllowedContentLength value that applies to all websites on the server. The default value is 300000000 bytes. Therefore, if the message size exceeds this default limit, we will receive a "Quota Exceeded" error. For more information, see Configure client-specific message size limits | Microsoft Learn
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".