Send emails using SMTP without the need for any external libraries or dependencies. Connect seamlessly with your existing tools and frameworks.Documentation Index
Fetch the complete documentation index at: https://docs.unosend.co/llms.txt
Use this file to discover all available pages before exploring further.
SMTP Credentials
Use these credentials to connect any SMTP-compatible application to Unosend:
Connection Security
STARTTLS (Recommended)
Upgrades the connection to secure. Works with most email clients and services like Supabase.
Port 587SMTPS (Implicit TLS)
Immediately connects via SSL/TLS. Use when your client requires implicit TLS.
Port 465Quick Start Examples
Email Tracking via SMTP
Track opens and clicks for emails sent via SMTP using custom headers. Add these headers to your email message to enable tracking:| Header | Values | Description |
|---|---|---|
X-Unosend-Track-Opens | true or 1 | Injects a tracking pixel to detect email opens |
X-Unosend-Track-Clicks | true or 1 | Rewrites links to track clicks |
X-Unosend-Tags | tag1,tag2 | Add custom tags for categorization (comma-separated) |
Tracking headers are automatically removed before the email is delivered, so recipients won’t see them.
Examples with Tracking
Supported Integrations
Unosend SMTP works with any application that supports SMTP:Nodemailer
Laravel
Django
Rails
Supabase
WordPress
NextAuth
Auth0
Strapi
Ghost
Discourse
GitLab
Next Steps
Domain Verification
Verify your domain for better deliverability
Sending Emails
Learn about advanced email options