Skip to content

Inbound email provider suggestions #77

@r-a-y

Description

@r-a-y

I'm going to compile a list of potential inbound providers for inclusion into RBE.

Implemented:

(Information partially updated as of April 2025. If you find inaccuracies, please let me know.)

  • Postmark - First 100 emails per month free on developer plan.
    • Docs: https://postmarkapp.com/developer/user-guide/inbound
    • Has UI dashboard for inbound activity. Only shows last 30 days of activity though. Logs email content as well.
    • Can blacklist email addresses from inbound processing in UI dashboard.
    • Needs one MX record for subdomain.
    • Inbound processing counts towards email total.
    • Sends processed emails to webhook one at a time.
  • SendGrid - Free 60-day trial, 100 emails per day.
    • Docs: https://www.twilio.com/docs/sendgrid/for-developers/parsing-email/inbound-email
    • Has UI dashboard for inbound activity. Only logs email address and time processed though. Only shows last 3 days of activity. (Pro accounts get 7 days of activity.)
    • Needs one MX record for subdomain.
    • Inbound processing doesn't appear to count towards email total.
    • Sends processed emails to webhook one at a time.
  • SparkPost (Now Bird) - No longer offers a free tier for inbound email as of 2024.
  • Mandrill (Now part of Intuit Mailchimp) - Offers a free 500 transactional email demo. As part of demo, can receive 100 inbound emails per day. If you require more than 100 inbound emails per day, will need to upgrade to their Standard account tier.
    • Docs: https://mailchimp.com/developer/transactional/guides/set-up-inbound-email-processing/
    • Requires company profile during set up process
    • Inbound processing counts doesn't appear to count towards email total. Could potentially stay on free account and demo mode if your inbound usage is low.
    • UI dashboard logs inbound API calls. I believe in demo mode, logs are stored for 30 days.
    • Has webhook token authentication.
    • Needs two MX records for subdomain.
    • Sends processed emails to webhook in batches.

Maybe later:

Declined:


Some providers sourced from http://socialcompare.com/en/comparison/transactional-emailing-providers-mailjet-sendgrid-critsend

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions