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