guangda/sendcloud

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

This package is auto-updated.

Last update: 2024-09-27 13:53:52 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);