Ensure critical emails reach user inboxes

New domain? Skip spam, reach users.

sendWithGmail.ts
fetch('https://sendwith.email/api/send', {
    body: JSON.stringify({
      message: {
        to: [{ email: 'user@example.com' }],
        from: { email: 'your-email@your-domain.com' },
        subject: 'Your magic link login',
        body: 'Click this ...'
      }
    })
    method: 'POST',
    headers: {
      'Authorization': 'Bearer {process.env.SENDWITH_API_KEY}'
    },
  });
Sign in with Google

One-click setup

Sign in with your existing email provider and use the API immediately.

Send email with:
john@furycraft.com
alias
support@furycraft.com
account
emily@furycraft.com
alias
accounts@furycraft.com

Multiple aliases

Send emails from multiple connected email accounts with one API key.

To: bob@example.com
Your magic link login
To: sue@logalert.app
Welcome to our platform
To: amy@coolbeans.com
User added to account
To: brandon@gmail.com
Your magic link login

Observable

View your automated emails alongside regular messages in your outbox.

Get started for free

Monthly billing with no commitment.

Free

$
0
free forever

For developers who want essential features for non-commercial projects.

Up to 50 emails per day
High email deliverability
Connect multiple email accounts

Pro

$
49
per month

For developers scaling businesses with transactional email.

Unlimited emails per day*
Priority support
Invite team members

Enterprise

Contact us
for custom pricing

For larger teams with security and compliance needs.

Custom contract & invoicing
Compliance & security reviews
Custom integrations