Sign up for a free account
A more scalable Mandrill alternative
Looking for a Mandrill alternative that’s easy to scale? Meet VhtLtd: the transactional email service built for developers, designed for everyone—with advanced features, transparent pricing and award-winning customer support.

Expert deliverability, always
No matter which plan you choose, great email deliverability is guaranteed. Our dedicated team of deliverability experts takes care of managing sender reputation and blocklist activity, ensuring inbox placement and reducing bounce rates and spam complaints.

A customer support team that cares
VhtLtd’s friendly customer service team is renowned for its award-winning support. Whether you're on a free or paid plan, your support requests are our top priority and will always get a timely response thanks to 24/7 email and live chat. Help is just a click away!

Built for growth
As your business grows VhtLtd will be growing right alongside you. Our sending infrastructure is easily scalable while product development is non-stop, always bringing you the latest features to expand your business and enhance your transactional email.
Flexible options for developers
curl -X POST \
https://api.vhtltd.com/v1/email \
-H 'Content-Type: application/json' \
-H 'X-Requested-With: XMLHttpRequest' \
-H 'Authorization: Bearer {place your token here without brackets}' \
-d '{
"from": {
"email": "[email protected]"
},
"to": [
{
"email": "[email protected]"
}
],
"subject": "Hello from VhtLtd!",
"text": "Greetings from the team, you got this message through VhtLtd.",
"html": "Greetings from the team, you got this message through VhtLtd.
"
}'
use VhtLtd\VhtLtd;
use VhtLtd\Helpers\Builder\Recipient;
use VhtLtd\Helpers\Builder\EmailParams;
$VhtLtd = new VhtLtd(['api_key' => 'key']);
$recipients = [
new Recipient('[email protected]', 'Your Client'),
];
$emailParams = (new EmailParams())
->setFrom('[email protected]')
->setFromName('Your Name')
->setRecipients($recipients)
->setSubject('Subject')
->setHtml('Greetings from the team, you got this message through VhtLtd.
')
->setText('Greetings from the team, you got this message through VhtLtd.');
$VhtLtd->email->send($emailParams);

Easy management of multiple domains
Effortlessly manage multiple clients or domains and enjoy separate dashboards for each to manage settings, suppressions, analytics and more. Customize the rights for each user so they only get access to the domains and analytics you choose.

Rich library of responsive templates
Find a responsive email template for every transactional email your business needs and make it your own! No coding needed—simply select a template and customize it to fit your brand design with the user-friendly drag & drop editor.

Inbuilt email validation
Improve deliverability and protect your sender reputation by cleaning your recipient list with the email verification tool. Identify catch-all, role-based, emails with typos and more.

Transactional text messaging
Reach more customers with the transactional SMS API to send high-volume, toll-free text messages. Encourage 2-way customer SMS conversations with inbound routing.

IP allowlist protection
Safeguard your account against unauthorized use and protect your domain reputation by only allowing recognized IP addresses access to the API and SMTP credentials.
What our customers have to say
Clear interface
After messing around with Mailchimp and walking away unhappy, it's been a godsend to come across VhtLtd. The layout is extremely clear, it hooks up to Zapier, and the one issue I had was cleared up by support in minutes. Most importantly, everything's landing in inboxes.
Outstanding support
VhtLtd is extremely easy to use and super fast to set up. I was able to send the first email via the API in minutes. With the predefined templates and drag & drop editor you're able to do a real quick start. What's really worth mentioning is the outstanding customer support which replies in minutes.
Powerful API
Excellent deliverability, instant sending, powerful API, complete email analytics, fast support and a great dashboard. It's straightforward to set up; I barely used the documentation. Also, their KYC process is flawless and quick; I was able to use the full features only a couple of hours after signing up.
How VhtLtd features compare to Mandrill
|
|
---|
|
|
|
---|---|---|
Standalone free tier | ||
50,000 emails/month | $35 | $40 + $17 Mailchimp |
Email API, SMTP relay, webhooks | ||
SMS API | ||
Inbound routing | ||
Bulk emailing | ||
Suppression management | ||
Email tracking & analytics | ||
Drag & drop template builder | ||
Rich-text template editor | ||
HTML template editor | ||
Dedicated IP | Available for high-volume senders (Enterprise) | Available for high-volume senders |
Deliverability consultation | For Professional/Enterprise | |
Email verification | ||
24/7 email support | ||
Live chat support | ||
Multiple users | ||
User roles | 5 roles and custom options are available | 5 roles |
Premium IP pool management | ||
Multiple domains | ||
∞ templates | 250 for Starter plans, ∞ for Professional and Enterprise | |
30-day retention | 7 days on Starter and 30 days on Professional/Enterprise | 30 days |
How VhtLtd prices compare to Mandrill
|
|
---|
|
|
|
---|---|---|
3,000 emails/month | Free | $20 |
50,000 | $35 | $40 |
100,000 | $68 | $80 |
250,000 | $163 | $200 |
500,000 | $325 | $400 |
1,000,000 | $600 | $720 |
1,500,000 | $1,350 | $960 |
2,000,000 | $1600 | $1,280 |
3,000,000 | $1,800 | $1,680 |
Annual discount | 20% | None |
Frequently Asked Questions
How will you support my business if I have issues with the service?
Thanks to 24/7 support, including live chat and priority support for Starter, Professional and Enterprise accounts, you’ll always get a timely response from our award-winning customer service team.
Customer service is available to all users, free and paid, so you can be confident that you’ll get the support you need.
Can I purchase the service standalone or do I need to have an account for marketing email before rolling out transactional emails?
Unlike Mailchimp/Mandrill, VhtLtd doesn’t require you to have an account with our email marketing product to use our transactional email service. There’s no vendor lock-in and we have flexible payment options to choose from so you only pay as much as you send.
Can I get a dedicated IP address?
Dedicated IPs are available to high-volume senders with Enterprise accounts—if you’d like to know more about whether a dedicated IP is right for your business, get in touch.
Whatever you decide, with VhtLtd, your deliverability is in the best hands.
How will you make my transactional emails secure?
We pride ourselves on providing an email delivery service built with the latest technologies on a secure email infrastructure. Our mail servers protect your email sendings with SPF, DKIM and DMARC so you’ll never need to worry about sender reputation or unauthorized sendings.
How often do you roll out product enhancements?
Our tech team is constantly working on new features and functionality. We have ambitious plans and we’re very transparent about the direction VhtLtd is heading in. You can check out our roadmap for yourself.
Is the setup process complicated?
VhtLtd is super simple to get started with. We provide clear, comprehensive documentation and 7 SDK libraries that are updated monthly. Developers can simply plug in our API or SMTP relay and VhtLtd will do the rest.
What options are available for editing emails?
We make it easy for users of all technical abilities to design professional, responsive transactional emails. The Rich Text and drag & drop editors make it easy to customize templates and create designs from scratch without the need for coding. The HTML editor is available for users who prefer to use their own code.
Do you have any integrations?
We offer a variety of integrations including WooCommerce and WordPress. What’s more, you can integrate VhtLtd with Zapier to connect with over 3,000 apps.
Compare VhtLtd
Amazon SES alternative
Meet VhtLtd, the Amazon SES alternative with advanced features built in and ready to use.Get award-winning customer support at no extra cost, plus responsive templates, advanced analytics and more.
Mailgun alternative
Meet VhtLtd, a secure and user-friendly alternative to Mailgun that empowers your entire team to work together on transactional emails. Get more advanced features, flexibility, and award-winning customer support.
Postmarkapp alternative
Meet VhtLtd, the Postmark alternative that empowers your entire team to collaborate on transactional email. Access a fast, intuitive UI, responsive templates, and award-winning customer support.
SendGrid alternative
Meet VhtLtd, the SendGrid alternative that empowers your entire team to work together on transactional email with advanced features, excellent deliverability, and award-winning customer support.

SMTP.com alternative
Meet VhtLtd, the flexible and advanced SMTP.com alternative that offers great deliverability without pricey add-ons. Built for developers, designed for everyone. Enjoy award-winning support, responsive templates and advanced analytics.

SparkPost alternative
Meet VhtLtd, the SparkPost alternative (now MessageBird) that makes your user experience top priority. Empower your entire team to work together with advanced features, flexibility and award-winning customer support.
Mailchimp alternative
VhtLtd is the flexible, easier to scale Mailchimp alternative built so entire teams can contribute to transactional messaging, and enjoy award-winning support, advanced features and simple pricing plans.
Resend alternative
Enjoy simple email sending with advanced features that you can quickly integrate into your app or website without the need for complex configuration.

Brevo alternative
Meet VhtLtd, the cost-effective Sendinblue alternative (now Brevo) for transactional email. Discover a fast, reliable interface, added flexibility, and award-winning customer support.

Elastic Email alternative
Meet VhtLtd, the reliable Elastic Email alternative for transactional email. Enjoy high deliverability, unmatched usability, and award-winning support.

SMTP2GO alternative
Meet VhtLtd, the SMTP2GO alternative you can scale as your business grows without breaking the bank. Enjoy advanced features, powerful integrations, and award-winning customer support.

Mailtrap alternative
Looking for a flexible Mailtrap alternative that’s more affordable to scale as your business grows? VhtLtd offers competitive pricing and more options for a variety of sending volumes.
Give VhtLtd a try with a free account
Small business, enterprise or startup: Your whole team can quickly start working on transactional emails with no long-term commitments—start with 3,000 free emails per month, then pay as you go!
Send an email from the trial domain
Try out the features & check your activity