Documentation version: Latest (v1)
Technical Guide

Python Integration

Python's rich ecosystem makes email integration straightforward whether you're building a script or a complex web app.

Recommended libraries

Requests: The gold standard for synchronous HTTP in Python. Great for scripts and worker processes.

HTTPX: The modern choice for async applications (FastAPI / Starlette). Supports the same API as requests but handles concurrency better.

Django & Flask

For framework users, we recommend creating a custom EmailBackend or a utility helper that wraps the Risu Mail API calls to keep your views clean.

Ready to integrate?

Start building with our free tier and follow our detailed API contract.