guangda/sendcloud

The SendCloud Client

Installs: 76

Dependents: 1

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 0

pkg:composer/guangda/sendcloud

v1.0.0 2021-08-27 07:01 UTC

This package is auto-updated.

Last update: 2025-11-27 16:06:49 UTC


README

Installation

composer require guangda/sendcloud

Example

$mailData = [
    'to'=>'yushine999@qq.com',
    'subject'=>'test',
    'plain'=>'mail test'
];
\Guangda\SendCloud\SendCloud::getInstance('apiuser', 'apikey')->setFrom('from@qq.com')->sendMail($mailData);