Secure email handling system with temporary mailboxes, encryption, and web management interface.
1.1K
VHMailHook is a secure email handling system that provides temporary mailboxes with encryption capabilities. It's built with Rust and offers a modern web interface for managing email services.
docker run -d \
-p 2525:2525 \
-p 465:465 \
-p 8080:8080 \
-e JWT_SECRET=your-256-bit-secret \
-e APP_URL=http://your-domain \
[optional auth environment variables] \
vhnvn/vh-mail-hook
JWT_SECRET: Secret key for JWT token generationAPP_URL: Your application's public URLFor OAuth/Social Login support:
# GitHub OAuth
GITHUB_CLIENT_ID=your-github-client-id
GITHUB_CLIENT_SECRET=your-github-client-secret
# Google OAuth
GOOGLE_CLIENT_ID=your-google-client-id
GOOGLE_CLIENT_SECRET=your-google-client-secret
# Telegram Login Widget
TELEGRAM_BOT_TOKEN=your-telegram-bot-token
TELEGRAM_BOT_NAME=your-telegram-bot-name
For issues and feature requests, please visit the GitHub repository.
MIT License
Content type
Image
Digest
sha256:323c5d8f5…
Size
38.2 MB
Last updated
over 1 year ago
docker pull vanhoavn/vh-mail-hook