reformulate 0.4.0

reformulate is a standalone server that listens for web form data submissions.
1
2
3
4
5
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 = "refor·mu·late, verb, to formulate or develop again.\nfor·mu·late, verb, to create or devise methodically.";
pub const REJECT_MSG: &str =
    "Unfortunately, your message was rejected as suspected spam. Please use contact form only for intended purpose.";