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 Perl SDK is the official Perl client library for the Paubox Email API and Paubox Forms. Install it from CPAN and send encrypted, HIPAA-compliant email with a few lines of Perl.
cpanm Paubox_Email_SDK

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

  • Perl
  • cpanminus (cpanm)
  • Dependencies installed automatically: JSON, Config::General, REST::Client, TryCatch, String::Util, MIME::Base64

Get started

Quickstart

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

Authentication

Set up your API key and username via a config.cfg file.

Email client

Full reference for sending email and checking delivery status.

Forms client

Retrieve form schemas and submit responses.