letsmail app

Let’s mail is a ready-to-use mx mailserver
for disaster recovery of a non-functioning mailserver
and instant email addresses creation.
Technical specs summary:
- Inbound only, the email server can only receive without being able to send
in order to prevent open relay and spread spam - Catch all, the email server will receive all emails with any address addressed to it
without you having to create multiple email accounts - Web UI, email server with web interface to view incoming emails
- REST API, for integration into other applications
- POP3 download, access emails via embedded POP3 server

Web-interface features:
- List messages in a mailbox
- Displays content of a particular message
- Displays source of a message (headers + body)
- Displays HTML version of a message (in a new window)
- List MIME attachments with buttons to display or download
- Delete a message
- Monitor: a real time display of all received messages

REST API features:
- List Mailbox Contents: GET /api/v1/mailbox/{name}
- Get Message: GET /api/v1/mailbox/{name}/{id}
- Get Message Source: GET /api/v1/mailbox/{name}/{id}/source
- Delete Message: DELETE /api/v1/mailbox/{name}/{id}
- Purge Mailbox Contents: DELETE /api/v1/mailbox/{name}
Security features:
- limit domains to accept mail for
recipients will be rejected unless their domain is present in the accept domains list. - secure/encrypted connections via STARTTLS
- automatic daily backups
- optional automated email deletion after a certain number of days
- web-interface with basic authentication via https
- https and pop3 access protected by a firewall (source IP address check)
A working demo is available in our (free) postmaster tools area:
ยป inxbox temporary email