Search Emails
All Emails
Click the button below to load all recent emails (last 100):
API Documentation
The following REST API endpoints are available:
GET /all
/all
Get all stored messages (last 100)
GET /from/<email>
/from/test@example.com
Get messages from a specific sender
GET /to/<email>
/to/user@example.com
Get messages to a specific recipient
GET /health
/health
Health check endpoint
Usage Example
Send an email to any address ending with your domain, then query:
curl http://localhost:14000/to/test@yourdomain.com