Full-stack Rust web application providing instant, free Outlook & Hotmail accounts for trusted, privacy-focused burner emails.
- Generate temporary Outlook and Hotmail email addresses
- Generate single or bulk (10) email accounts
- Toggle between username:password and refreshToken:clientID
Tempinbox.es uses advanced techniques to generate temporary email addresses, including:
- Custom FunCaptcha bypass, with 2000 raw recognitions/day provided by NopeCHA
- Rotating residential proxies
- Extremely efficient, low-level API interactions for Microsoft Auth/Funcaptcha!
- Frontend: Rust with Yew framework
- Backend: Rust
- Deployment: Vercel
- Rust
- Cargo
- Trunk (for building the Yew application)
-
Clone the repository:
git clone https://github.com/AmirAgassi/tempinbox.es.git cd tempinbox.es
-
Install dependencies:
cargo build
-
Run the development server:
trunk serve
-
Open your browser and navigate to
http://localhost:8080
This project is configured for deployment on Vercel. The vercel.json
file and build.sh
script handle the build and deployment process.