name change

This commit is contained in:
2025-02-08 13:11:34 -05:00
parent a21c17d6d9
commit 5535b034ec
+4 -2
View File
@@ -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, its 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.