/flex-mailer

Flexible mail API.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

flex-mailer

Flexible mail API

Usage

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)