SendCloud-Ruby - SendCloud API 的 Ruby 客户端


MIT
跨平台
Ruby

软件简介

这个是 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')