Sha256: 4d7f94b6128867d1467614bad08653c3033000d60d569f66ebf6d052102d77cf

Contents?: true

Size: 285 Bytes

Versions: 1

Compression:

Stored size: 285 Bytes

Contents

## Usage

only 25 lines

#### Configure

```

gem "sendcloud_client"

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

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

```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sendcloud_client-0.0.1 README.md