Connect to Paubox Email API via SMTP
To send email through Paubox SMTP API, follow these steps:Generate a Paubox Email API key from the Paubox Email API > Settings page.
Configure the SMTP server host to
This is often labeled as the SMTP relay or outgoing mail server in most email clients.
smtp.paubox.com.This is often labeled as the SMTP relay or outgoing mail server in most email clients.
Set your username to the literal string
apikey.Note:this should be the exact word
"apikey", not the API key you generated.Available SMTP Ports
Choose the correct port based on your desired level of security:- For TLS connections, use:
25or587 - For SSL/TLS connections, use:
465
Sending Mail via SMTP
Once your SMTP connection is set up, you’re ready to construct and send email messages using your preferred client, service, or library.Rate Limits
To avoid delivery interruptions, be aware of Paubox SMTP usage thresholds:- A single IP address may send up to 500 messages per minute.
Avoid Direct IP Usage
Always reference the host assmtp.paubox.com; do not use direct IP addresses.Paubox’s infrastructure may change without warning, and relying on hardcoded IPs could cause unexpected delivery issues in the future.