sincco / elastic-email
实现了弹性邮件API的使用
1.0
2016-11-23 20:25 UTC
Requires
- php: ^5.3.3 || ^7.0
This package is not auto-updated.
Last update: 2024-09-14 19:20:22 UTC
README
使用弹性邮件API发送电子邮件。
##安装
要将此包作为本地、项目特定的依赖项添加到您的项目中,只需在项目中的 composer.json 文件中添加一个依赖项。以下是一个 composer.json 文件的示例,其中仅定义了对 Tokenizer 的依赖项:
{ "require": { "sincco/elastic-email": "1.0" } }
##使用
许可声明
此源代码文件受开放源代码许可(OSL 3.0)的约束,该许可可通过以下网址在全球范围内通过互联网获取:https://open-source.org.cn/licenses/osl-3.0.php
编码愉快!