trensy/aliyun-direct-mail

There is no license information available for the latest version (v1.0.2) of this package.

aliyun Direct Mail

Installs: 46

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

pkg:composer/trensy/aliyun-direct-mail

v1.0.2 2018-12-05 11:03 UTC

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");