Get started with Lettermint, the EU-based email API service for developers.
curl
curl -X "POST" "https://api.lettermint.co/v1/send" \ -H 'Content-Type: application/json' \ -H 'x-lettermint-token: <your_api_token>' \ -H 'Accept: application/json' \ -d $'{ "text": "This is my first ever email sent via Lettermint.", "subject": "Hello world!", "to": [ "ok@testing.lettermint.co" ], "from": "Bob <bob@lettermint.co>" }'