Skip to content
/ hail Public

Custom SMTP server built from scratch in Go for temporary email services. Enables secure, ephemeral email communication with self-expiring mailboxes for enhanced privacy.

Notifications You must be signed in to change notification settings

Honey2339/hail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom SMTP Server for Temporary Email

A lightweight, secure, and ephemeral email communication service built from scratch in Go. This custom SMTP server enables temporary email functionality with self-expiring mailboxes for enhanced privacy.

coverimg

Features

  • Custom-built SMTP server: No dependencies on third-party mail servers.
  • Self-expiring mailboxes: Emails are automatically deleted after a predefined time.
  • Lightweight & Efficient: Optimized for performance and low resource consumption.

Usage

  • The server listens for incoming emails to [email protected] and stores them temporarily.
  • Emails are accessible via UI at https://hail.prasoon.lol
  • Messages auto-expire after the 7 day.

Configuration

  • DATABASE_URL: 'your supabase uri'

Contributing

Feel free to open issues or PRs to enhance the project.

Contact

For questions or suggestions, reach out to [email protected].

About

Custom SMTP server built from scratch in Go for temporary email services. Enables secure, ephemeral email communication with self-expiring mailboxes for enhanced privacy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages