Add SMTP seamlessly to your existing stack. No code changes needed.
Simple SMTP integration with your favorite language or framework.
import nodemailer from 'nodemailer'; const transporter = nodemailer.createTransport({ host: 'smtp.unosend.co', port: 587, secure: false, auth: { user: 'unosend', pass: 'un_xxxxxxxxx', // Your API key },}); await transporter.sendMail({ from: 'hello@yourdomain.com', to: 'user@example.com', subject: 'Hello!', html: '<p>It works!</p>',});Protect communication between your client and our servers.
Immediate SSL/TLS connection on port 465.
Upgrade to encrypted connection on port 587.
Built for reliability, security, and scale.
Highly available and reliable.
TLS/SSL encryption.
Fast response times.