Already have apps that send email via SMTP? Point them at Sequenzy. Get better deliverability and unified analytics without changing your code.
Built for developers who want reliability without complexity.
Any application that supports SMTP can use Sequenzy. WordPress, custom apps, legacy systems, you name it.
Just update your SMTP credentials. Your existing sending code stays exactly the same.
Emails sent via SMTP show up in your Sequenzy dashboard. Same open tracking, same click tracking, same reports.
Send through our infrastructure with proper authentication. Better inbox placement than most shared SMTP servers.
Sequenzy's API is designed for developers who value simplicity. A few lines of code and you're sending transactional emails with enterprise-grade deliverability.
import Sequenzy from 'sequenzy';
// Initialize the Sequenzy client
const client = new Sequenzy({ apiKey: 'your-api-key' });
// Send using a template (recommended)
const response = await client.transactional.send({
to: 'user@example.com',
slug: 'password-reset',
variables: {
RESET_LINK: 'https://app.example.com/reset?token=abc123',
USER_NAME: 'John',
EXPIRES_IN: '24 hours'
}
});
// Or send with custom content (no template needed)
await client.transactional.send({
to: 'user@example.com',
subject: 'Password Reset Request',
body: '<h1>Reset your password</h1><p>Click the link below...</p>',
variables: {
USER_NAME: 'John'
}
});
console.log('Email queued:', response.jobId);Type-safe SDKs
Full TypeScript support with autocomplete
Automatic retries
Built-in exponential backoff
Webhook events
Real-time delivery notifications
Get started with Sequenzy in just a few steps.
Generate SMTP credentials in your Sequenzy dashboard. You'll get a host, port, username, and password.
Replace your current SMTP settings with Sequenzy credentials. Most apps have a settings page for this.
Your application sends email exactly like before. We handle delivery, authentication, and tracking.
View SMTP-sent emails alongside your campaigns in the Sequenzy dashboard. Same analytics, same subscriber profiles.
See how SaaS teams use Sequenzy smtp relay.
Most CMS platforms use SMTP for email. Point them at Sequenzy and get reliable delivery for contact forms, notifications, and user emails.
Example
WordPress contact form submissions delivered reliably instead of going to spam.
Got an old app that only supports SMTP? No problem. Sequenzy speaks SMTP fluently. Upgrade your deliverability without touching code.
Example
10-year-old invoice system now has modern email delivery.
Use Sequenzy SMTP in your development environment to test email flows with real delivery. See exactly what recipients will get.
Example
Staging environment sends through Sequenzy to verify email templates work correctly.
Different systems need to send email? Consolidate everything through Sequenzy. One set of credentials, one analytics dashboard, one deliverability reputation.
Example
CRM, support desk, and billing system all send through the same Sequenzy account.
Better than generic SMTP providers
One price for everything. No per-email fees, no hidden costs.
Start for free
Everything you need to know about Sequenzy SMTP Relay.
Get the latest updates on email marketing tips and product news.
Start your free trial today. No credit card required. Set up in minutes, send emails forever.
See what else you can do with Sequenzy.