A free, privacy-focused temporary email service built with React. Generate disposable emails, protect your inbox from spam, and enjoy a seamless user experience.
One Temp Mail is a free, open-source temporary email service built with React. It allows users to generate disposable email addresses (random or custom with hCaptcha verification), receive emails, and view contents in a user-friendly interface. Perfect for protecting your privacy and avoiding spam when signing up for online services.
- 📨 Generate random or custom temporary email addresses
- 🔒 hCaptcha verification for secure custom email creation
- 📥 Real-time email inbox with instant message updates
- 🎨 Responsive, user-friendly interface built with React and Tailwind CSS
- 🛡️ Protect your personal email from spam and privacy risks
Try One Temp Mail in action: One Temp Mail
See it work: Generate a temporary email and receive messages in real-time!
- React: For building the user interface
- Tailwind CSS: For responsive styling
- shadcn/ui: For modern UI components
- Clone the repository:
git clone https://github.com/mouadbt/one-temp-mail.git
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open
http://localhost:5173/in your browser. - Enter a username or random text to generate a temporary email.
- Click "Generate Email" to create a disposable address.
- Copy the email and use it for sign-ups or testing.
- Monitor the inbox for incoming emails in real-time.
