Host Little
Host Little Email

Transactional email and business inboxes, included with hosting.

Send password resets, receipts, alerts, and contact-form mail from your app. Create mailboxes at the client domain. Keep DNS checks, API keys, suppressions, and delivery logs beside the project they support.

POST /api/v1/email/sendlive
10:45:12[email protected]200 OK
10:46:05[email protected]200 OK
10:48:43[email protected]200 OK
Monthly sends1,240 / 10,000

Deliverability layer

One portal for app sends, inboxes, DNS, and logs.

Sending API

Send password resets, receipts, alerts, invites, and contact-form mail with scoped API keys, verified senders, and portal logs.

Business inboxes

Create custom-domain mailboxes for standard IMAP, SMTP, webmail, Apple Mail, Outlook, and mobile clients.

Verified DNS

SPF, DKIM, DMARC, mailbox, and transactional sending records live in one DNS packet so the domain can be checked before sending unlocks.

Delivery logs

Review recent sends, failures, recipients, and subjects without leaving the hosting control plane.

Developer API

Send app email without buying another sending service.

Generate a key in the portal, send through the endpoint, and watch delivery events beside the same project, domain, and billing controls.

cURL
ready
curl -X POST https://hostlittle.com/api/v1/email/send \
  -H "Authorization: Bearer hl_email_..." \
  -H "Content-Type: application/json" \
  -d '{
    "from": "[email protected]",
    "to": "[email protected]",
    "subject": "Welcome aboard",
    "html": "<h1>Welcome to Host Little</h1>"
  }'
Node fetch
ready
const res = await fetch("https://hostlittle.com/api/v1/email/send", {
  method: "POST",
  headers: {
    Authorization: "Bearer hl_email_...",
    "Content-Type": "application/json"
  },
  body: JSON.stringify({
    from: "[email protected]",
    to: "[email protected]",
    subject: "Welcome aboard",
    html: "<h1>Welcome to Host Little</h1>"
  })
});

const data = await res.json();

Included quotas

Your sending API and inboxes come with the hosting plan.

No separate transactional sender just to ship app mail. No separate mailbox host just to look professional. Each plan includes both.

Pro

$39/mo

5 mailboxes with a 50 GB pool
10,000 API emails/mo included, then $0.50 per 1,000 under your spend cap
Webmail
SMTP and IMAP
SPF/DKIM/DMARC
Managed hosting support
Start

Studio

$129/mo

25 mailboxes with a 250 GB pool
50,000 API emails/mo included, then $0.50 per 1,000 under your spend cap
Everything in Pro
Larger mailbox pool
Recent send logs
Priority support
Start

Agency

$299/mo

100 mailboxes with a 1 TB pool
200,000 API emails/mo included, then $0.50 per 1,000 under your spend cap
Everything in Studio
Highest send allowance
Recent send logs
Migration lane
Start

Sending service + mailbox host, bundled

Email is usually stitched together across hosting, mailbox tools, DNS, and transactional sending APIs. Host Little puts the sending API and the inbox layer in the account that already owns the app and domain.

DNS packetWebsite, MX, SPF, DKIM, DMARC
Mailbox layerBusiness inboxes and IMAP/SMTP
Sending APIVerified transactional outbound
Portal layerKeys, logs, limits, and DNS checks

Ship the site, the inboxes, and the app email together.

Host Little keeps sending, mailboxes, DNS visibility, and project context in the same managed hosting account.

Agency app projects & WordPressMailboxes on your domainSupport from actual engineers