You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The total Email size for MailJet is !5 including attachments. If Emails are batched for example a batch of 4 emails each of a size of 4 MB the API throws a 413 error: "Request Entity Too Large".
To Reproduce
Steps to reproduce the behavior:
Send a batch of Emails that exceed 15Mb in total size without a single email exceeding this threshold
Expected behavior
It is expected that within a batch that each Email is checked on an individual basis. There appear to be no documentation on batch size limits..
The text was updated successfully, but these errors were encountered:
you can make a total of 500 calls per 10-second time window
you can have up to 50 individual emails in a single call or up to 50 individual recipients (To, CC, BCC); you can combine the number of emails with the number of total recipients in the call to any sum not larger than 50 (i.e. 20 separate emails, each with a To: recipient + 10 of the emails also having a single CC recipient, for a total of 50 messages and/or recipients)
the entirety of the payload sent (body + headers) must not exceed 15 mb
Describe the bug
The total Email size for MailJet is !5 including attachments. If Emails are batched for example a batch of 4 emails each of a size of 4 MB the API throws a 413 error: "Request Entity Too Large".
To Reproduce
Steps to reproduce the behavior:
Send a batch of Emails that exceed 15Mb in total size without a single email exceeding this threshold
Expected behavior
It is expected that within a batch that each Email is checked on an individual basis. There appear to be no documentation on batch size limits..
The text was updated successfully, but these errors were encountered: