Standard SMTP
Works with any SMTP client or library
TLS Encryption
Secure connections with STARTTLS
High Deliverability
DKIM signed, SPF aligned
SMTP Settings
Connect to Unosend’s SMTP relay using these credentials:| Setting | Value |
|---|---|
| Host | smtp.unosend.co |
| Port (STARTTLS) | 587 |
| Port (SSL/TLS) | 465 |
| Username | unosend |
| Password | Your API Key (e.g., un_abc123...) |
Use your Unosend API key as the SMTP password. Get your API key from the dashboard.
Code Examples
DNS Setup (Custom Domain)
To send from your own domain with best deliverability, add these DNS records:SPF Record
TXT Record
DKIM Record (Optional)
Get your DKIM record from the Domains section in your dashboard.DMARC Record (Recommended)
TXT Record
Troubleshooting
Authentication Failed (535)
Authentication Failed (535)
Make sure you’re using your API key (starts with
un_) as the password, not your account password.Connection Timeout
Connection Timeout
Check if your firewall allows outbound connections on port 587 or 465.
Certificate Error
Certificate Error
Ensure your system’s CA certificates are up to date. Our server uses Let’s Encrypt.
Rate Limits
SMTP connections are subject to the same rate limits as the REST API:- Free: 100 emails/day
- Pro: 50,000 emails/month
- Scale: 200,000 emails/month