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 your existing email provider and use the API immediately.
Send emails from multiple connected email accounts with one API key.
View your automated emails alongside regular messages in your outbox.
Monthly billing with no commitment.