📧 PostCage: An email testing tool with SMTP server, web UI, POP3 support, and API integration.
⚠️ Notice: Work in Progress
This project is not yet complete and is still being developed.
- SMTP Server: Send and receive emails using a built-in SMTP server.
- Web UI: A user-friendly web interface to view and manage emails.
- POP3 Support: Retrieve emails using the POP3 protocol.
- API Integration: Access emails programmatically via a RESTful API.
- Customizable: Easily configure the server settings to suit your needs.
- Lightweight: Built with Go, PostCage is lightweight and easy to deploy.
- Open Source: PostCage is open source and free to use.
- Cross-Platform: Works on Windows, macOS, and Linux.
- Easy to Use: Simple setup and configuration process.
- Fast: High performance and low latency for sending and receiving emails.
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature; - Commit your changes:
git commit -m "feat: my new feature"; - Push to your branch:
git push origin my-feature.
Once your pull request has been merged, you can delete your branch.
This project is licensed under the MIT License - see the LICENSE file for details.