- 授权协议: MIT
- 开发语言: Ruby
- 操作系统: 跨平台
- 软件首页: https://github.com/kevyu/sendcloud
- 软件文档: https://github.com/kevyu/sendcloud/blob/master/README.md
- 官方下载: https://github.com/kevyu/sendcloud/releases
软件介绍
这个是 SendCloud API 的 Ruby 客户端。
用法
配置
Sendcloud.setup do |config| config.api_user = 'your api user' config.api_key = 'your api key' end
调用 API
Sendcloud::Mail.send(to: 'test@example.com', from: 'test@example.com', subject: 'test', html: 'test')
