Dennis Potter
ba68a745e7
This commit includes a fully functional template and Rust backend. The website is able to send e-mails, displays strings in multiple languages, include attachments, and has basic protection again spam (IP based).
8 lines
98 B
TOML
8 lines
98 B
TOML
[development]
|
|
address = "127.0.0.1"
|
|
port = 13337
|
|
|
|
[production]
|
|
address = "127.0.0.1"
|
|
port = 13337
|