This is the UI for the Rumsan Hulaak project. Make sure to run the API server before running this project. You can find the API server https://github.com/rumsan/hulaak
Rumsan Hulaak is an open-source, disposable email service designed to handle email reception on port 25. It is similar to Mailinator service. It comes with a robust REST API to manage email inboxes, making it ideal for testing and temporary email needs. With Hulaak, developers can seamlessly manage disposable email accounts and interact with inboxes via a simple API.
- Receive emails on port 25.
- Disposable email inboxes for testing and temporary use.
- Easy to manage email inboxes through a REST API.
- Manage domains and settings for email handling.
- Node.js
Run pnpm dev to start the development server.
Run pnpm build to build the application. The build artifacts are stored in the output directory (e.g. dist/ or build/), ready to be deployed.
We welcome contributions! Please follow these steps to contribute:
- Fork the repository.
- Create a feature branch (
git checkout -b feature/your-feature). - Commit your changes (
git commit -m 'Add your feature'). - Push to the branch (
git push origin feature/your-feature). - Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.