formulate 1.2.0

formulate is a standalone server that listens for web form data submissions.
1
2
3
4
5
6
7
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
pub const SUCCESS_MSG: &str = "Thank you! We'll get in touch as soon as we're able to.";
pub const WELCOME_MSG: &str = "for·mu·late, verb, to create or devise methodically.";
pub const REJECT_MSG: &str =
    "Unfortunately, your submission was rejected as suspected spam. Please use contact form only for intended purpose.";
pub const REJECT_MSG_ALT: &str =
    "Unfortunately, your submission was rejected because it seems to be spam. Please do not use the contact form for unwanted solitciting/marketing.";