Limits

Few and boring, on purpose. Volume is priced per plan; the technical limits below are about protecting the pipeline.

The numbers

LimitSelf-hostedCloud
Message sizesmtp_server.max_message_size (default 14 MB)14 MB
API paginationper_page capped at 100Same
API burstsNone imposed by the softwareThrottled per key; use the batch endpoints for spikes
Emails per monthUnlimitedPer plan; overage is billed per 1,000

Spikes belong in batches

If you send bursts (say, a queue worker draining), use the batch endpoints instead of hammering the single-send route:

  • POST /api/v2/server/messages/batch takes an array of send requests and returns one result per entry.
  • POST /api/v2/server/messages/with_template/batch applies one template to many recipients/models.

Details in the messages reference.

Fair use

CamelMailer is built and priced for transactional mail. Bulk marketing violates the acceptable use policy on every plan, cloud or self-hosted.