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

This package is not auto-updated.

Last update: 2024-05-17 07:32:36 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");