imai 邮件发送服务
发送的邮件暂不支持附件、抄送、回复。
URI: https://dev.imaicloud.com/mail/outbox
method: post
Content-Type: application/json
下表是请求的 json 串中的参数:
Setting | Input type | Required |
---|---|---|
from | string | Yes |
htmlbody | string | Yes |
subject | string | Yes |
to | string | Yes |
如果要发送多个邮箱地址,就用逗号隔开。
用 CURL 测试:
$ curl -H 'Content-Type: application/json'
-XPOST 'https://dev.imaicloud.com/mail/outbox'
-d '{
"from": "webb@imailcloud.com",
"htmlbody": "this is a test body.",
"subject": "test by webb",
"to": "wbwang@inspur.com,javacup00@163.com"
}'
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
上一篇: rtmp 学习笔记
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论