Private Preview - This feature is currently in private preview.
Overview
InsForge provides a managed email service for sending transactional emails. Built on AWS SES, it offers high deliverability and scalability without requiring you to configure email infrastructure.Technology Stack
How It Works
- SDK Call - Your application calls
emails.send()with recipients and HTML content - API Processing - Request is validated and authenticated
- Cloud Delivery - InsForge Cloud queues and sends via AWS SES
- Delivery - Email is delivered to recipient inboxes
Key Features
High Deliverability
AWS SES infrastructure with optimized sending reputation
Multiple Recipients
Send to up to 50 recipients per request with CC/BCC support
Custom Sender
Customize the sender display name for your brand
HTML Content
Full HTML email support for rich formatting
Rate Limits
| Plan | Limit |
|---|---|
| Starter | 10 emails per hour |
| Pro | 50 emails per hour |
Custom transactional emails require a paid plan. Authentication emails (verification, password reset) are included in all plans.
Best Practices
Validate Recipients
Verify email addresses before sending to maintain deliverability
Meaningful Content
Send relevant, expected emails to avoid spam reports
Handle Errors
Always check the error response and handle failures gracefully
Respect Limits
Implement queuing for bulk sends to stay within rate limits