You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
.github/workflows | 7 months ago | |
.vscode | 10 months ago | |
rc.d-scripts | 9 months ago | |
src | 2 months ago | |
.gitignore | 11 months ago | |
Cargo.lock | 2 months ago | |
Cargo.toml | 2 months ago | |
LICENSE | 9 months ago | |
README.md | 11 months ago | |
Rocket.toml.template | 8 months ago |
README.md
Formulate
A rust implementation of a backend server that listens for form data.
The formulate
binary will send an email (using built-in sendmail functionality) after successfully receiving form data.
It also responds with a message with appropriate HTTP status codes to indicate success or failure.