WordPress
WordPress sends mail via PHP's `mail()` by default, which most hosts deliver poorly. Route it through Unitpost SMTP with a plugin like WP Mail SMTP.
What are the SMTP settings?
| Host | smtp.unitpost.com |
|---|---|
| Username | unitpost(always this literal value) |
| Password | Your Unitpost API key(must carry emails:send) |
| Port (STARTTLS) | 587(or 2587 if blocked) |
| Port (implicit TLS) | 465(or 2465 if blocked) |
| From address | Any address on a verified domain |
How do I set it up?
Install an SMTP plugin
From Plugins → Add New, install and activate WP Mail SMTP (or a comparable SMTP plugin).
Choose the "Other SMTP" mailer
In the plugin settings, pick the generic Other SMTP option (not a named provider).
Enter your Unitpost SMTP settings
SMTP Host smtp.unitpost.com Encryption TLS (STARTTLS) SMTP Port 587 Authentication On SMTP Username unitpost SMTP Password Your Unitpost API key From Email you@yourdomain.com (verified) Store the API key in the plugin's password field. Set the From Email to an address on your verified domain.
Send a test email
Use the plugin's Email Test tab to send yourself a message, then confirm it in your Unitpost Activity view.