Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 909 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 909 Bytes

email APi

使用http请求快速发送email

接口

POST GET: localhost://send/

参数

使用http post发送json或使用http getQuery string

参数 类型 说明 是否必需
reciver Array[String] String 邮件接收人,一个数组或列表
cc Array[String] String 邮件抄送人,一个数组或列表
bcc Array[String] String 邮件密送人,一个数组或列表
subject String 邮件主题
text String 纯文本邮件内容 如果无主题则必需
html String html邮件内容 如果无主题则必需