Send email via SMTP & API

Super simple transaction & marketing emails. No unnecessary or heavy configurations.

300k+

emails
delivered daily

500+

developers
using API & SMTP

import axios from "axios";
let headersList = {
"Accept": "*/*",
"Content-Type": "application/json"
}
let bodyContent = JSON.stringify({
"subject": "Thank you for your purchase",
"text": "We have received your order.",
"html": "<p>Your order is now being <strong>processed</strong></p>",
"from": "James Doe <james@mail.cowhouse.io>",
"to": "recipeint@email.com"
});
let reqOptions = {
url: "https://api.cowhouse.io/v1/email-service/send",
method: "POST",
headers: headersList,
data: bodyContent,
}
axios.request(reqOptions).then(function (response) {
console.log(response.data);
})

Where does cowhouse fit in?

Cowhouse email service replaces your complicated and expensive email sending solutions like AWS SES, MailGun, SendGrid, SendinBlue, etc.

Send from anywhere

In addition to supporting all programming languages, Cowhouse also supports sending emails via SMTP connection

Send via API calls

Green Tick

Send via SMTP

Green Tick
import axios from "axios";
let headersList = {
"Accept": "*/*",
"Content-Type": "application/json"
}
let bodyContent = JSON.stringify({
"subject": "Thank you for your purchase",
"text": "We have received your order.",
"html": "<p>Your order is now being <strong>processed</strong></p>",
"from": "James Doe <james@mail.cowhouse.io>",
"to": "recipeint@email.com"
});
let reqOptions = {
url: "https://api.cowhouse.io/v1/email-service/send",
method: "POST",
headers: headersList,
data: bodyContent,
}
axios.request(reqOptions).then(function (response) {
console.log(response.data);
})

Easy to integrate

Integrate into your stack in minutes.

and many more

Get started in three easy steps

It takes a few minutes to signup, add a domain and send your first email.

1

Easy one click sign-up.

2

Add your domain

3

Send your first email via API, or SMTP

Ready to get started?

Start sending emails with high deliverability now!

Works everywhere

Send emails from anywhere

Send any type of emails

Send transactional & marketing emails

Easy of use

No unnecessary configurations or setup required

Your data is complely secured with us. We do not share with anyone.