Initial commit, based off of the Panblog project.

This commit is contained in:
2026-08-29 18:33:14 -06:00
commit 548a9226e2
11 changed files with 611 additions and 0 deletions

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
# NodeMailer
NodeMailer is a server-side application that provides mailing list services.
## Features
* **User Management**: Keeps track of users and their emails, both internally and over LDAP.
* **Mailing Lists**: Maintain an infinite number of mailing lists.
* **Reply Chains**: Keep track of all emails that are replies to a single original email.
* **Database Free**: All data is stored in the file system and kept in memory, without relying on databases.