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.
|
4 weeks ago | |
---|---|---|
.vscode | 1 month ago | |
rc.d-scripts | 4 weeks ago | |
src | 1 month ago | |
.gitignore | 3 months ago | |
Cargo.lock | 1 month ago | |
Cargo.toml | 1 month ago | |
LICENSE | 4 weeks ago | |
README.md | 3 months ago | |
Rocket.toml.template | 3 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.