SMTP relay use case
SMTP relay for web applications
Web applications often need to send password resets, verification emails, alerts, receipts, and contact-form responses. SMTP relay gives those messages an authenticated outbound path instead of relying on ad hoc server mail.
Why apps use SMTP relay
Application email is part of the product experience. If a password reset or receipt never arrives, the user often sees the application as broken. Relay services give apps a clearer sending path than trying to deliver directly from the web server.
Common application emails
- Password resets and account verification
- Receipts, invoices, and order updates
- Monitoring alerts and system notifications
- Contact forms and workflow messages
Typical flow
- 1. App creates mailThe application generates a transactional message.
- 2. Relay accepts itThe app authenticates to the SMTP relay over a supported port.
- 3. Relay sends it onwardThe relay handles outbound delivery to recipient mail servers.
Relay vs mailbox hosting
Web applications usually need a sending service, not human mailboxes. SMTP relay handles outbound delivery; business email hosting is for people who need inboxes, Webmail, IMAP, and POP3.
Need application email to leave reliably?
DNSExit SMTP Relay supports authenticated outbound sending for websites, applications, servers, and devices.

