No commit activity in last 3 years
No release in over 3 years
ruby client for sohu sendcloud api v2
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.12.5
~> 11.2.2

Runtime

~> 2.0.0
 Project Readme

Intro

已有的 sendcloud 东西太多, 接口升级不能用了. 这个只有25行

Usage


gem "sendcloud_client"

SendcloudClient.setup do |config|
  config.api_user = 'xxx'
  config.api_key = 'yyy'
end

p SendcloudClient.sendmail(to: "xxx@gmail.com", from: "xxx", fromName: "SendCloud", subject: "xxx", html: "xxx")