mxRaven Python SDK¶
The official Python SDK for the mxRaven mail-facing runtime surfaces.
It covers three integration points:
- SMTP submission (
mxraven) — submit mail through the mxRaven submission service. - Webhooks (
mxraven.webhook) — verify and decodeDELIVER_WEBHOOKandNOTIFY_WEBHOOKdeliveries. - Feedback (
mxraven.feedback) — train the spam filter and perform RFC 8058 one-click unsubscribes.
Control-plane administration is out of scope and lives in the separate control-plane SDK.
Early development
The public API is not yet stable. Pin the version you depend on.
Install¶
See SMTP submission, Webhooks, and Feedback for usage, or the API reference for the complete surface.