Drop-in clients for every major language. All SDKs are open source on GitHub.
npm install maildelivery-js
Full TypeScript types, async/await, webhook helpers.
pip install maildelivery
Sync and async (asyncio) support. Works with Django, FastAPI, Flask.
composer require maildelivery/maildelivery-php
PSR-18 compatible HTTP client. Laravel integration included.
gem install maildelivery
Rails ActionMailer adapter available out of the box.
go get github.com/maildelivery/maildelivery-go
Idiomatic Go with context support and typed responses.
Async Rust client powered by tokio and reqwest. Currently in beta.