๐ŸŸข Network Status| First month from $2.00 โ€” fully managed | Contact Support
Skip to content
Need help? Real engineers available 24/7. Average response under 15 minutes. Open a support ticket โ†’

Email Sending Limits โ€‹

RemarkableCloud routes all outbound mail through MailChannels, a transactional email relay. This protects your server's IP reputation and improves deliverability. This page explains the limits and how they work.

Default sending limits โ€‹

LimitDefault
Emails per hour per domain500
Emails per hour per cPanel account300
Maximum message size50 MB
Maximum recipients per message100
Daily sending limitNo hard limit at RemarkableCloud level

These limits apply to outbound mail sent through the server's local mail system (Exim โ†’ MailChannels). They do not apply to mail sent via external SMTP services (Mailchimp, SendGrid, etc.) configured directly in your application.

MailChannels relay โ€‹

All outgoing mail from your server passes through MailChannels before delivery. MailChannels:

  • Maintains high sender reputation across its IP pool
  • Handles retry logic for temporarily unreachable mail servers
  • Provides delivery feedback (bounces, deferrals) visible in Exim logs
  • Filters outgoing spam โ€” if an account is compromised and sending spam, MailChannels blocks it before it affects your reputation

Increasing sending limits โ€‹

If you need to send bulk email (newsletters, transactional notifications at scale), the server's built-in limits are not the right tool. Instead:

Use a dedicated email service:

  • MailWizz โ€” self-hosted, full-featured email marketing platform. Can be installed on a separate Cloud Cube and routed through Amazon SES or SMTP.
  • Amazon SES โ€” low cost, high volume. Configure your application to use SES SMTP directly.
  • Mailchimp / Brevo / SendGrid โ€” managed services for marketing email.
โš 
Bulk email from hosting servers harms deliverability
Sending thousands of marketing emails through a hosting server (even legitimately) risks getting your server IP blacklisted, which would affect all email from all domains on the server. Use a dedicated sending service for bulk email.

Checking your mail queue โ€‹

If email is queuing up or not delivering:

bash
# View current mail queue
exim -bp

# Count messages in queue
exim -bpc

# View details of a specific message
exim -Mvl MESSAGE_ID

# Force delivery of queued messages
exim -qf

Or in WHM: Email โ†’ Mail Queue Manager.

Managed hosting that actually manages.