Getting started with SMTP API
SMTP API allows you to send HIPAA compliant transactional email messages from apps or software that support SMTP. This is a no-code option for organizations that don't have dev resources.
Setting up SMTP API
- Generate an API key in the Paubox Dashboard
- Configure your app's SMTP settings using the following credentials:
- SMTP server host:
smtp.paubox.com
- Port number:
25
,465
, or587
supported (unencrypted connections not accepted) - Username:
apikey
- Password:
<your API key>
- SMTP server host:
For more detailed instructions, reference the dev docs.
FAQ
What's the difference between Paubox SMTP API and Paubox Email API (REST API)?
- Paubox SMTP API is easier to setup, as it works with any SMTP-compatible server or application. There's no development or coding needed.
- Paubox Email API (REST API) affords more customizable control and is best suited for software developers building custom applications or workflows.
How does Paubox SMTP API work?
- Automatic encryption. Paubox SMTP API automatically encrypts all email sent through it.
- Patented fallback solution. If the recipient isn't capable of accepting encrypted email, a secure link is generated to view the message via the Paubox Secure Message Center.
Are HIPAA compliant attachments supported?
- Yes
Are dynamic templates supported?
- No. To take advantage of dynamic templates, use Paubox Email REST API instead.
If I'm using Paubox's SMTP Server Solution (legacy) product, can I migrate to SMTP API?
- Yes, follow these instructions to migrate to SMTP API.