A temporary email service
Requirements:
- Golang
- Templ
- Make
make
Requirements:
- SQLite
cat migration.sql | sqlite3 db.db
Available env variables:
- WEB_SERVER_PORT
- MAIL_SERVER_PORT
- MAIL_SERVER_DOMAIN
- DB_PATH
./bin/server
- Handle attachments
- Do not store the raw mail data in the DB, maybe use block storage (the provider can be a disk provider at first)
- Cache in general?