logo

Conquer
transactional emails
with Vlad the Emailer


If you need a high-stakes emailer to manage all your API sends, use our platform to send only what you need, when you need it, for less than the cost of a cup of coffee.

Join Beta
hero

Plundering inboxes on behalf of:


/images/ExpertHub.png

Integrate this afternoon

A simple, elegant interface so you can start sending emails in minutes. It fits right into your code with SDKs for your favorite programming languages.

Node.js

PHP

Python

// using nodemail package. Install with npm: npm install nodemailer
const nodemailer = require("nodemailer");
// Create a transporter
let transporter = nodemailer.createTransport({
host: "smtp-relay.vladtheemailer.com",
port: 587,
secure: true,
auth: {
user: "your.sender@yourdomain.com", // Your sender address
pass: "your-vlad-the-emailer-api-key" // Your API key
}
});
// Email details
let mailOptions = {
from: "your.sender@yourdomain.com", // Sender address
to: "receiver@example.com", // List of receivers
subject: "Testing my email", // Subject line
text: "Body of my email" // Plain text body
};
// Send the email
transporter.sendMail(mailOptions, (error, info) => {
if (error) {
return console.log("Error:", error);
}
console.log("Email sent: " + info.response);
});
hero

A killer transactional
email service
from devs, for devs


If you need no faff and no fuss, Vlad the Emailer is the brutal, barebones email API tool for you. Crush your SLAs with our transactional email service, which is simple to set up and always dev-friendly. Leave the WYSIWYG editors, endless analysis tools and fru-fru templates to the marketing guys. If you need basic functionality for less, Vlad the Emailer is legendary.

Join Beta

Bloodthirsty,
not greedy


We're murdering inboxes, not your wallet. That's why Vlad the Emailer is priced so reasonably. For $5 per month (use code BETAFTW for 50% off) for up to 10k emails and $2 per thousand after, you're paying only for what you need and nothing you don't.

Join Beta

You can grandfather in 50% off for a limited time with code

BETAFTW

Ruling the
email API space


Vlad the Emailer has all the tools you need to dominate email sending requirements like:


mail-sentbat
  • thornAn SMTP endpoint, so you can send emails easily
  • thornAn API endpoint, if you prefer to make API calls
  • thornUnlimited send history and sent email storage
  • thornA simple interface so you can send in minutes

The Vlad
behind the emailer


Okay, so not Vlad, but Cris. Born in Romania (Transylvania to be exact), the dev behind Vlad the Emailer isn't as Dracula-esque as the huge conglomerates that usually offer this type of platform. We're not a time vampire, sucking up your workday with fiddly features you don't need so that we can charge more and then leaving you hanging when you need help. In fact, if you reply to one of our email updates, Cris will actually get it. And respond. Forget no-reply inboxes here. One of the benefits of Vlad the Emailer is personal 1-2-1 communication and support, for devs, by a dev - if you need it. He's also content to just let you crack on, so don't think you'll get a tonne of marketing emails either.

vertical-thornwrite-emailthorn-base
logo

© 2024 VladTheEmailer. All rights reserved