项目作者: gensjaak

项目描述 :
Flexible mail API.
高级语言: JavaScript
项目地址: git://github.com/gensjaak/flex-mailer.git
创建时间: 2018-05-29T12:05:12Z
项目社区:https://github.com/gensjaak/flex-mailer

开源协议:GNU General Public License v3.0

下载


flex-mailer

Flexible mail API

Usage

POST Request


Endpoint: https://flex-mailer.herokuapp.com/sendMail


Params:

  1. fullName: String (your customer fullName)
  1. email: String (your customer email)
  1. messageBody: String (your customer message)
  1. to: String (your email address)
  1. subject: String (your custom subject)