Migrating to SMTP API from SMTP Server Solution (legacy)
Paubox SMTP API replaces our legacy solution for sending HIPAA compliant email via SMTP Server. If you are a Paubox legacy SMTP Server customer, here's how you migrate to the new platform.
If you are using SMTP Server Solution (legacy), your SMTP settings likely look something like this:
- SMTP server host: api.paubox.com
- Username: <username>@api.paubox.com
- Password: <password>
- Port: 587
To migrate to SMTP API, follow these steps:
- Generate a new API key in the Paubox Dashboard
- Update 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.