host little
Email Suite

API sending and business inboxes in one hosting stack.

Host Little combines custom-domain mailboxes, DNS authentication checks, and a clean sending endpoint inside the same portal you use for hosting.

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 / 3,000

Deliverability layer

Mailboxes, DNS, API keys, and logs share one control plane.

Sending API

Send transactional mail from your app with scoped API keys, verified senders, and delivery logs in the portal.

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

HTTP in. Verified mail out.

Generate a key in the portal, send through the endpoint, and watch delivery events arrive in the same dashboard.

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

Email comes with the hosting plan.

No separate workspace bill just to get domain mail. Each hosting tier includes mailbox capacity and transactional sending.

Starter

$25/mo

5 mailboxes
1,000 API emails/mo
Webmail
SMTP and IMAP
SPF/DKIM/DMARC
10-day log history
Start

Growth

$65/mo

Unlimited mailboxes (100 GB pool)
10,000 API emails/mo
Everything in Starter
Larger send allowance
Recent send logs
Priority support
Start

Agency

$175/mo

Unlimited mailboxes (250 GB pool)
50,000 API emails/mo
Everything in Growth
Highest send allowance
Recent send logs
Migration help
Start

Why it matters

Email is usually stitched together across hosting, mailbox vendors, DNS, and transactional providers. Host Little keeps those layers inspectable from one portal.

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

Deploy your app. Secure your email. Keep one control plane.

Host Little bundles hosting, business inboxes, DNS visibility, and transactional mail under one technical portal.

Managed App Hosting & WordPressMailboxes on your domainSupport from actual engineers