trensy / aliyun-direct-mail
aliyun Direct Mail
Installs: 46
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
pkg:composer/trensy/aliyun-direct-mail
Requires
- php: >=7.0.0
This package is not auto-updated.
Last update: 2025-10-03 13:55:11 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");