factblink514/Compiled
1
Offex Temp Mail
A temporary email inbox UI for testing email delivery.
This version uses ImprovMX for alias forwarding and an IMAP mailbox as the receiving backend. It does not use ImprovMX webhooks.
Required Hugging Face Secrets
IMPROVMX_API_KEY— ImprovMX API keyMAILBOX_PASSWORD— Gmail App Password for the receiving mailbox
Required Hugging Face Variables
DOMAIN=offexmail.onlineMAILBOX_EMAIL= your receiving Gmail addressIMAP_HOST=imap.gmail.comIMAP_PORT=993TTL_MINUTES=30MAX_INBOXES_PER_IP_PER_HOUR=5
The app creates an ImprovMX alias that forwards to MAILBOX_EMAIL, then reads that mailbox over IMAP and routes messages to the matching temporary inbox.
Do not publish your Gmail password or ImprovMX API key in code. Use Hugging Face Secrets.
For public deployment, add stronger anti-abuse controls (CAPTCHA/rate limiting) before opening the service to everyone.
