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.
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 -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>"
}'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
Studio
$129/mo
Agency
$299/mo
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.
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.