Introducing
Own email, Skip monthly fees
Stop renting email tools. Our platform gives you full control—modern design, smart automations, and one-time pricing that saves you thousands.

Convert with email automation

Beautiful campaigns, no hassle

Refine with segmentation

Report & optimize performance

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

The email API by developers for developers

Integrate and deliver in minutes with our RESTful APIs and SMTP, detailed and interactive documentation to support your projects.
				
					// Example: Using Fetch (Node.js) to call your API
// Replace BASE_URL with your SaaS API endpoint

const fetch = require('node-fetch');

const API_BASE = "https://api.your-saas.com/v1";
const API_KEY = "YOUR_API_KEY"; // normally passed via headers

// 1. Create a new user
async function createUser() {
  const response = await fetch(`${API_BASE}/users`, {
    method: "POST",
    headers: {
      "Content-Type": "application/json",
      "Authorization": `Bearer ${API_KEY}`
    },
    body: JSON.stringify({
      email: "newuser@example.com",
      first_name: "John",
      last_name: "Doe"
    })
  });

  const user = await response.json();
  console.log("User created:", user);
  return user.id;
}

// 2. Add user to a list
async function addUserToList(userId, listId) {
  const response = await fetch(`${API_BASE}/lists/${listId}/subscribers`, {
    method: "POST",
    headers: {
      "Content-Type": "application/json",
      "Authorization": `Bearer ${API_KEY}`
    },
    body: JSON.stringify({
      user_id: userId
    })
  });

  const result = await response.json();
  console.log("User added to list:", result);
}

(async () => {
  try {
    const userId = await createUser();
    await addUserToList(userId, "LIST_ID_123");
  } catch (err) {
    console.error("Error:", err);
  }
})();

				
			

Frequently asked questions

Unlike SaaS tools like Mailchimp or ActiveCampaign, you don’t pay monthly fees. You get a modern UI, tags, segmentation, automations, and a drag-and-drop builder — all in one simple, self-hosted package.​

No. It’s a one-time license fee. You only pay Amazon SES (or your SMTP) for email sending.

Yes. It supports multi-brand / domains from one installation.

No. Just upload, click install, and you’re ready. Works smoothly on cPanel or VPS in a few minutes — no technical skills required.

We support Amazon SES, Gmail SMTP, SendGrid, and many more. You can connect with almost any SMTP provider.

Yes, all regular updates are free. You only pay for major version upgrades. For example, if you’re on 3.1 then 3.2, 3.3, or 3.9 will be free. For 4.0 you’ll pay a small fee — but your current version will keep working even if you don’t upgrade.

Yes. You can simply export your contacts from any platform and import them here.

Email support is included for all licensed users. For faster responses, you can subscribe to premium support at $39/year — this also helps us keep enhancing the product with new features.

First Self-Hosted Complete Email Marketing Software.
Send Unlimited.