Send your first email with Lettermint in under 5 minutes.
curl -X POST https://api.lettermint.co/v1/send \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "from": "hello@yourdomain.com", "to": "recipient@example.com", "subject": "Hello from Lettermint", "html": "<h1>Welcome!</h1><p>Your first email via Lettermint.</p>", "text": "Welcome! Your first email via Lettermint." }'