Menu

πŸ“°
0

Built a Flask app that assigns real Hotmail inboxes on demand

Reddit r/PythonΒ·u/MarzipanNo1005Β·about 1 month ago
#7HTAH6If
#flask#nodemail#real#microsoft#graph#photo
Reading 0:00
15s threshold

Side project I've been working on β€” NodeMail.

The core idea: instead of fake disposable domains, use a pool of real Microsoft accounts and assign them temporarily to users per platform (Instagram, TikTok, etc.).

Tech stack:

Flask + PyMySQL

Microsoft Graph API for inbox polling

bcrypt auth, API key system, rate limiting via flask-limiter

NowPayments for crypto top-ups

The tricky part was making inbox polling fast and handling token refresh at scale without hitting Graph API rate limits.

Happy to talk about the architecture if anyone's curious. Also open sourcing parts of it soon.

πŸ”— nodemail.store | API docs: nodemail.store/api-docs

Read More