Skip to content

Changelog

Stay up to date with the latest changes to the MoMail API and platform.

Release Date: May 8, 2026

We are excited to announce the Phase 1 release of MoMail, bringing AI-native email infrastructure to developers.

  • Email Reception: Full SMTP support for receiving emails on custom domains
  • Domain Management: Add, verify, and manage custom domains with DNS validation
  • API Key Management: Create and manage API keys with granular permissions
  • Vector Search: Semantic email search powered by embeddings
  • Webhook Support: Real-time event notifications

New endpoints available:

  • GET /domains - List all domains

  • POST /domains - Create new domain

  • GET /domains/:id - Get domain details

  • POST /domains/:id/verify - Verify domain ownership

  • DELETE /domains/:id - Remove domain

  • GET /api-keys - List API keys

  • POST /api-keys - Create new API key

  • DELETE /api-keys/:id - Revoke API key

  • POST /search - Semantic email search

  • GET /search/suggestions - Search autocomplete

  • GET /webhooks - List webhooks

  • POST /webhooks - Create webhook

  • PUT /webhooks/:id - Update webhook

  • DELETE /webhooks/:id - Delete webhook

  • GET /billing/subscription - Get subscription status

  • GET /billing/usage - Get usage statistics

  • POST /billing/checkout - Start subscription upgrade

  • POST /billing/portal - Access billing portal

Full Model Context Protocol support with StreamableHTTP transport:

  • search_emails - Natural language email search
  • get_email - Retrieve email by ID
  • get_email_thread - Get conversation threads
  • list_mailboxes - View all mailboxes

See MCP Documentation for setup instructions.

New web dashboard featuring:

  • Domain verification workflow
  • API key management
  • Usage statistics and graphs
  • Webhook configuration
  • Billing management

Three tiers available:

  • Free: 100 emails/month, 1 domain, 20 API requests/minute
  • Pro: $29/month, 10,000 emails/month, 10 domains, 100 API requests/minute
  • Enterprise: Custom pricing, unlimited resources

See Pricing for complete details.

API key authentication with the following features:

  • Secure key generation with SHA-256 hashing
  • Configurable expiration dates
  • Rate limit enforcement per key
  • Key revocation support
  • TLS 1.3 for all connections
  • AES-256 encryption at rest
  • API key authentication
  • Webhook signature verification
  • Rate limiting per account

Complete documentation now available:

  • Getting Started guide
  • API Reference for all endpoints
  • MCP Integration guide
  • Rate limits and error codes
  • Code examples in Python, JavaScript, and cURL

Phase 1 has the following limitations that will be addressed in future releases:

  • No outgoing email (SMTP sending) support
  • Maximum 10 domains on Pro plan
  • Webhook retry limited to 3 attempts
  • Search results limited to 100 per query
  • Attachment downloads not yet available via API

None - this is the initial release.

None - this is the initial release.

None - this is the initial release.


Planned for future releases:

  • Outgoing email (SMTP sending)
  • Attachment download API
  • Advanced search filters
  • Team collaboration features
  • Slack and Discord integrations
  • Mobile apps (iOS and Android)
  • Additional MCP tools
  • Custom webhook payloads
  • Advanced analytics
  • SSO/SAML support

We would love to hear your feedback on Phase 1:

Thank you for using MoMail!