Receive mail for application accounts
SMTP delivery resolves configured users and mailboxes before accepting and storing messages.
Daptin
Run Daptin →
Mail server
Run mail accounts and mailboxes, accept SMTP delivery, read mail through IMAP, and send product messages from backend actions.
Built into the data layer
Daptin stores mail in application tables, making messages available to APIs, permissions, administrative tools, and custom actions.
SMTP delivery resolves configured users and mailboxes before accepting and storing messages.
IMAP exposes stored mailboxes to compatible readers and tools.
Actions can prepare outbound messages for product notifications and workflow communication.
The outgoing queue records each attempt and schedules another attempt after a temporary failure.
Where it earns its place
Send confirmations, assignments, approvals, and status changes from the same actions that understand the underlying record.
Turn mail delivered to a known application account into data that APIs and actions can process.
Give support or operations teams a standard IMAP view while the application keeps the message history available to its own logic.
Operate mail for product identities you control instead of making a third-party inbox the system of record.
Delivery guarantees
Daptin connects SMTP receipt, IMAP access, stored messages, and an outbound queue. Delivery retries provide at-least-once behavior; recipients can still receive duplicates, so downstream processing should be idempotent.
Production mail also depends on TLS, DNS, sender reputation, relay restrictions, and correct domain records. Daptin supplies the application integration—not a shortcut around operating internet email responsibly.