Built for Developers

    SMTP Relay & Email API for Developers

    Reliable transactional email delivery for your application. Password resets in under 3 seconds. Order confirmations that reach the inbox. API-first, developer-friendly, production-ready.

    Node.jsPythonPHPRubyGoJava.NETWordPressLaravelDjangoRails
    send-email.js
    fetch('https://api.igsendmail.com/v1/send', {
      method: 'POST',
      headers: { 'Authorization': 'Bearer sk_...' },
      body: JSON.stringify({
        to: 'user@example.com',
        subject: 'Password Reset',
        html: '<a href="...">Reset</a>'
      })
    })
    // → { id: "msg_abc", status: "sent" }

    Two Ways to Send

    Choose SMTP for drop-in simplicity or our REST API for full control.

    Full-Featured REST API

    Send single emails, batch sends, and templated messages. Manage lists, subscribers, campaigns, and automations programmatically. SDKs for Node.js, Python, Ruby, PHP, Go, and Java.

    curl -X POST https://api.igsendmail.com/v1/send \
      -H "Authorization: Bearer YOUR_API_KEY" \
      -H "Content-Type: application/json" \
      -d '{
        "to": "jane@example.com",
        "from": "app@yourcompany.com",
        "subject": "Your order is confirmed",
        "html": "<h1>Order #1234 confirmed</h1>"
      }'
    500+ API endpoints
    Batch send (1K recipients/call)
    Template rendering with variables
    Webhooks for all events
    Subscriber & list management
    Rate limit: 10K req/min

    Why Developers Choose IGSendMail

    Sub-3s Delivery

    Transactional emails delivered in under 3 seconds globally. Your users don't wait.

    99.9% API Uptime

    Maintained 99.9%+ uptime for the past 12 months. Status page available.

    Webhooks, Not Polling

    Real-time delivery notifications. Know instantly when emails are delivered, opened, or bounced.

    No Vendor Lock-In

    Standard SMTP and REST — no proprietary SDKs required. Switch in or out in minutes.

    What Developers Build with IGSendMail

    Transactional Email

    Password resets, order confirmations, shipping notifications, account alerts. Dedicated infrastructure for time-critical delivery.

    SaaS Notifications

    User onboarding sequences, usage alerts, billing reminders, feature announcements. Mix marketing and transactional on one platform.

    Marketplace Platforms

    Buyer/seller notifications, listing alerts, review requests, payment confirmations. Multi-tenant support with per-sender authentication.

    Automated Reports

    Scheduled report delivery, data export notifications, monitoring alerts. Batch sending for large recipient lists.

    Developer Pricing

    FreeStarter $19Pro $49Business $99
    Transactional/mo1,0005,00025,000100,000
    API rate limit100/min500/min2,000/min10,000/min
    SMTP relayIncludedIncludedIncludedIncluded
    Webhooks5 endpoints25 endpointsUnlimitedUnlimited
    Dedicated IPSharedSharedIncludedPool
    SupportDocs onlyEmailPriority + chatPriority + phone

    Need higher volume? Enterprise plans start at $199/mo with custom rate limits and SLAs.

    Ship Email in 5 Minutes

    Get your API key, send your first email, and go live — all in one sitting.

    99% Inbox Delivery Sub-3s Delivery 99.9% Uptime Free Plan Available