Skip to main content
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

  1. SDK Call - Your application calls emails.send() with recipients and HTML content
  2. API Processing - Request is validated and authenticated
  3. Cloud Delivery - InsForge Cloud queues and sends via AWS SES
  4. 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

PlanLimit
Starter10 emails per hour
Pro50 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