Mailboxes and webmail
EU-hosted email hosting with a built-in webmail client. Create mailboxes on your domain, read and send from the dashboard, or connect any IMAP or POP3 client.
Webmail included
Read, compose, reply, and organise email in the PostStack dashboard. Folders, flags, attachments, and storage quotas are handled without an external client.
Standards-based hosting
Every mailbox is available over IMAP and POP3. Connect Thunderbird, Apple Mail, Outlook, or Gmail. Autodiscovery configures clients with one click.
One provider for everything
Send through the API, receive in mailboxes, and manage in webmail, all on the same EU infrastructure with TLS enforced on every connection.
Create a mailbox
typescript
await poststack.mailboxes.create({
address: 'support@yourdomain.com',
password: 'secure-password',
displayName: 'Support Team',
});