kasteckis/TempFastMail — GitHub Repository Preview
Developer Tools ★ 315 PHP

kasteckis/TempFastMail

by @kasteckis ·

315 Stars
37 Forks
3 Issues
PHP Language

TempFastMail is a self-hosted temporary email box service. Built with PHP (Symfony) backend and React frontend, it provides disposable email addresses for quick signups, testing, and privacy. Features fast inbox delivery, clean web interface, and easy Docker deployment. A lightweight alternative to commercial temporary email services for developers and privacy-conscious users.

kasteckis
@kasteckis Project maintainer on GitHub
View Profile
View on GitHub
git clone https://github.com/kasteckis/TempFastMail.git

Quick Start Example

bash
# Run with Docker
git clone https://github.com/kasteckis/TempFastMail
cd TempFastMail
docker compose up -d

# Access at http://localhost
# Receive emails instantly
# Auto-cleanup of old messages

Tags

#email#temporary-email#php#react#selfhosted#symfony

Related Projects