Effortlessly send emails from your application using your own email credentials. Enjoy lightning-fast delivery, 99.9% uptime, and reliable performance for transactional emails and marketing campaigns.
Everything you need to send emails that convert, delivered through a simple and powerful API.
Send emails using your own SMTP credentials with industry-leading deliverability rates and real-time monitoring.
RESTful API, comprehensive webhooks, and detailed documentation. Integrate in minutes, not hours.
Send 1 email or 1 million with the same ease. Our infrastructure scales automatically with your needs.
Get started in minutes with our intuitive API. Full webhook support, real-time event tracking, and advanced segmentation capabilities.
const myHeaders = new Headers();
myHeaders.append("Content-Type", "application/json");
myHeaders.append("x-api-key", config.smtpriserApiKey);
const response = await fetch(
"https://api.smtpriser.com/api/smtp/send-transaction-email",
{
method: "POST",
headers: myHeaders,
body: JSON.stringify({
email: "example@gmail.com",
subject: "Your Subject",
templateId: "your-template-id",
smtpConfigId: "your-smtp-config-id",
variables: { /* your variables */ }
})
}
);
Join thousands of developers who trust SMTP Riser for their email delivery needs.
Start Free TrialNo credit card required • 180-day free trial • Cancel anytime