A temporary email system that works without hosting a mail server.
The idea is to use SimpleLogin aliases to build a temporary mail service on top of existing email providers. Instead of running SMTP or IMAP servers, the app creates email aliases via the SimpleLogin API and uses one normal mailbox as the backend.
Each alias appears as its own mailbox to the user, even though all mail is stored in one real inbox. This removes the need for mail server management, spam filtering, or domain setup. SimpleLogin handles forwarding and domains, while the app manages aliases, IMAP polling, and message routing.