Formulate

A backend server application that listens for web form submissions, implemented with the rocket framework (0.5 release candidate).

formulate is currently capable of using the host server's (or container's) built-in sendmail functionality to send email, after successfully receiving form data.

It accepts the following parameters, most of which are required:

It also responds with a message with appropriate HTTP status codes to indicate success or failure.

After passing the email on to sendmail and being informed of success, formulate responds with an appropriate HTTP status code to indicate success or failure. JSON payloads will receive a JSON response, while url-encoded forms will be redirected to the url defined in the from_site parameter.

A Dockerfile is included in the source repository to aid in containerized deployments.

An rc script is also provided to aid in deploying on FreeBSD platforms.