trensy / aliyun-direct-mail
There is no license information available for the latest version (v1.0.2) of this package.
aliyun Direct Mail
v1.0.2
2018-12-05 11:03 UTC
Requires
- php: >=7.0.0
This package is not auto-updated.
Last update: 2025-03-21 11:33:34 UTC
README
阿里云邮件推送
使用方法
1、composer install
composer require trensy/aliyun-direct-mail
2、使用
$region = "cn-hangzhou"; $appKey = "xxxx"; $appSecret = "xxxxx"; $accountName = "service@mail.xxx.com"; $accountAlias = "service"; $obj = new \Trensy\DirectMail\Mail($region, $appKey, $appSecret, $accountName, $accountAlias); $obj->send("trensy@uu.com", "hello world", "hello world");