0.0.0.0 Initial commit, basic core functionality

This commit is contained in:
2025-01-08 15:41:41 -05:00
commit 049927d242
8 changed files with 352 additions and 0 deletions

13
test.toml Normal file
View File

@ -0,0 +1,13 @@
debug = true
[server]
host = "localhost"
max_conns = 1000
port = 9090
read_timeout = 30000000000
write_timeout = 30000000000
[smtp]
auth_pass = "default123"
auth_user = "admin"
from_addr = "noreply@example.com"
host = "mail.example.com"
port = "587"