Verified limit lookup

SendGrid Mail Send Message Size Limit

SendGrid Mail Send Message Size Limit, verified against SendGrid's official documentation with scope, implementation impact, caveats, and a direct check.

Verified Aug 22, 20261 official source
Quick answer

SendGrid documents total message size as Less than 30 MB. The complete request message, including encoded attachments, must remain below the ceiling.

Verified Aug 22, 2026Official source

Current limits

ConstraintCurrent valueScopeVerified source
total message sizeThe complete request message, including encoded attachments, must remain below the ceiling.Less than 30 MBMail Send APITwilio SendGridAug 22, 2026

Why does this limit matter?

Base64 encoding can make an apparently safe source attachment exceed the API message limit.

This value is scoped to Mail Send API; a different plan, runtime, model, endpoint, region, or account can produce a different effective constraint.

What should you check?

  1. Calculate encoded attachments plus JSON and MIME overhead before sending.
  2. Confirm the exact plan, model, runtime, endpoint, region, and account that serve the failing workload.
  3. Record the observed value, response headers or configuration, timestamp, and source without logging secrets.

Important caveats

  • Provider and recipient mailbox limits can be lower after SendGrid accepts the request.
  • Treat the official source and live account configuration as authoritative if they differ from this verified snapshot.
HyperObserve reports the documented platform constraint. Your application, SDK, gateway, provider, region, or account can impose a lower effective limit.
Related

Related references and tools

Found an outdated limit? Report it.