trensy / aliyun-direct-mail

该软件包最新版本(v1.0.2)没有提供许可证信息。

阿里云邮件推送

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

This package is not auto-updated.

Last update: 2024-09-20 09:16:31 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");