From 5535b034ecb747f2dd907d0ccffbbb78a3c509d6 Mon Sep 17 00:00:00 2001 From: ION606 Date: Sat, 8 Feb 2025 13:11:34 -0500 Subject: [PATCH] name change --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c943b77..2207ecd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -# Forms Server +# MailPocket -An extremely lightweight server written in Go to collect email form submissions. This project provides two independent server implementations: +*MailPocket* is inspired by the idea of a pocket—a small, handy container designed to securely hold valuable items. In this case, it’s an extremely lightweight “pocket” for safely collecting email form submissions written in Go. + +This project provides two independent server implementations: 1. **Batched Write Server**: A dependency-free server that stores emails in a CSV file. 2. **SQLite Server**: A server that uses SQLite for reliable and structured email storage.