# mail **Repository Path**: mirrors_micro/mail ## Basic Information - **Project Name**: mail - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-10 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Micro Mail A modern, self-hosted email app and server for home or small team use. ## Features - **SMTP Server**: Accepts incoming mail using a robust SMTP implementation (go-smtp). - **Inbox Service**: Stores, lists, reads, and deletes emails using go-micro's store backend. - **Send Mail**: Compose and send emails via the web UI, with outgoing mail sent through the local SMTP server. - **Web UI**: Clean, modern web interface to: - View inbox and sent mail (tabbed navigation) - Compose and send new emails - Read, search, and delete emails - **Sent Mail Tracking**: Sent emails are stored and shown in a separate "Sent Mail" tab. - **Simple Setup**: Easy to run on a home server or local machine. No external dependencies required for basic use. - **Extensible**: Built with Go, gRPC, and go-micro for easy extension and integration. ## Usage Run it ``` micro run ``` Open [http://localhost:8080](http://localhost:8080) in your browser.