Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.paubox.com/llms.txt

Use this file to discover all available pages before exploring further.

The Paubox Python SDK is the official Python 3 client library for the Paubox Email API and Paubox Forms. It provides a clean interface for sending encrypted email, tracking delivery, and submitting form responses with a single external dependency (requests).
pip3 install paubox-python3

What you can do

  • Send encrypted, HIPAA-compliant email to one or more recipients
  • Add CC, BCC, attachments, and HTML or plain-text content
  • Track delivery status and engagement per recipient
  • Retrieve Paubox Form schemas and submit form responses with file attachments

Requirements

  • Python 3
  • requests (installed automatically)

Get started

Quickstart

Install, configure credentials, and send your first email in minutes.

Authentication

Set up your API key and endpoint host via environment variables.

Email client

Full reference for composing and sending email, and checking delivery status.

Forms client

Retrieve form schemas and submit responses.

Version note

The current stable release (v1) covers sending email and the Forms API. A v2 beta on the sdk-generation/v2.0.0-beta branch adds bulk sending and dynamic templates. This documentation covers v1.