Flexible mail API
POST Request
Endpoint: https://flex-mailer.herokuapp.com/sendMail
Params:
fullName: String (your customer fullName)
email: String (your customer email)
messageBody: String (your customer message)
to: String (your email address)
subject: String (your custom subject)