zguillez/z-mailgun
Composer 安装命令:
composer require zguillez/z-mailgun
包简介
PHP module for Mailgun email sender
README 文档
README
PHP module for Mailgun email sender
Getting Started
Add package to composer.json
composer require zguillez/z-mailgun
//packaje.json
{
"require": {
"zguillez/z-mailgun": "^1.0.0"
}
}
Usage:
require 'vendor/autoload.php';
$mail = new Z\Mailgun('m.mydomain.com', 'key-****************************');
$result = $mail->send("no_reply@mydomain.com", "dummy@gmail.com", "[test] z-mailgun", "this is a test...");
var_dump($result);
Contributing and issues
Contributors are welcome, please fork and send pull requests! If you have any ideas on how to make this project better then please submit an issue or send me an email.
License
©2020 Zguillez.io
Original code licensed under MIT Open Source projects used within this project retain their original licenses.
Changelog
v1.0.0 (Mar 10, 2020)
- Initial implementation
统计信息
- 总下载量: 142
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-03-10