Developer SDKs

Official SDKs

Drop-in clients for every major language. All SDKs are open source on GitHub.

🟨

Node.js / TypeScript

npm install maildelivery-js

Full TypeScript types, async/await, webhook helpers.

🐍

Python

pip install maildelivery

Sync and async (asyncio) support. Works with Django, FastAPI, Flask.

🐘

PHP

composer require maildelivery/maildelivery-php

PSR-18 compatible HTTP client. Laravel integration included.

💎

Ruby

gem install maildelivery

Rails ActionMailer adapter available out of the box.

🐹

Go

go get github.com/maildelivery/maildelivery-go

Idiomatic Go with context support and typed responses.

🦀

Rust coming soon

Async Rust client powered by tokio and reqwest. Currently in beta.