🚀 Now in Public Beta

Email Delivery
Made Simple

Send transactional and marketing emails with our powerful API. Beautiful templates, reliable delivery, and detailed analytics.

No credit card required
5 emails/day — free trial
send-email.sh
curl -X POST \
  https://sendcrane.com/api/v1/email/send \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "template_type": "transaction",
    "to": "user@example.com",
    "variables": {
      "user_name": "John Doe",
      "amount": "$99.00"
    }
  }'
99.9%
Delivery Rate
10M+
Emails Sent
<100ms
Response Time
24/7
Support

Everything you need to succeed

Powerful features designed to help you send emails at scale with confidence

Lightning Fast

Send emails in milliseconds with our globally distributed infrastructure and optimized delivery system.

Beautiful Templates

Pre-built responsive email templates for every use case. Customize with your brand colors and content.

99.9% Uptime

Industry-leading reliability with redundant systems and automatic failover for uninterrupted service.

Real-time Analytics

Track opens, clicks, bounces, and delivery rates with comprehensive real-time analytics dashboard.

Enterprise Security

Bank-level encryption, API key authentication, and compliance with industry security standards.

Custom Domains

Send emails from your own domain with DNS verification for better deliverability and brand trust.

Simple, transparent pricing

Start free, scale as you grow. No hidden fees.

Free

$0 / 7 days

Try SendCrane free. No credit card required.

  • 5 emails per day
  • 1 custom domain
  • API access
  • 7-day trial
Get Started Free
MOST POPULAR

Pro

$10 /month

Everything you need to send at scale

  • 50,000 emails/month
  • All templates
  • Custom domains
  • Advanced analytics
  • Priority support
Start Pro Trial

Enterprise

Custom

For large-scale operations

  • Unlimited emails
  • Dedicated IP
  • Custom SLA
  • 24/7 phone support
  • Account manager
Contact Sales

All plans include SSL encryption, API access, and email support

Developer Documentation

Everything you need to integrate our API in minutes

Quick Start

Get up and running in under 5 minutes with our simple REST API.

View Quick Start Guide

API Reference

Complete API documentation with examples in multiple languages.

Browse API Docs
example.js
const response = await fetch('https://sendcrane.com/api/v1/email/send', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    template_type: 'transaction',
    to: 'user@example.com',
    variables: {
      user_name: 'John Doe',
      amount: '$99.00'
    }
  })
});

const data = await response.json();
console.log('Email sent!', data);

Talk to Sales

Ready to scale? Get in touch and we'll build the right plan for your business.

Ready to get started?

Join thousands of developers sending millions of emails with our API

No credit card required • Start sending in minutes