Unosend is an email API for developers. Send emails with one REST API.
curl -X POST https://api.unosend.co/emails \ -H "Authorization: Bearer un_your_api_key" \ -H "Content-Type: application/json" \ -d '{ "from": "hello@yourdomain.com", "to": ["user@example.com"], "subject": "Hello from Unosend", "html": "<p>Your first email.</p>" }'