alex-kalanis/email-api
Composer 安装命令:
composer require alex-kalanis/email-api
包简介
Basic API for mailing in PHP
关键字:
README 文档
README
Sending emails - decoupled creating and processing
Contains libraries for sending emails via bunch of services.
PHP Installation
composer.phar require alex-kalanis/email-api
(Refer to Composer Documentation if you are not familiar with composer)
PHP Usage
1.) Use your autoloader (if not already done via Composer autoloader)
2.) Add some external packages with connection to the local or remote services.
3.) Connect the "kalanis\EmailApi\Sending" into your app. Extends it for setting your case.
4.) Extend your libraries by interfaces inside the package.
5.) Just call sending.
Python Installation
into your "setup.py":
install_requires=[
'kw_email',
]
Python Usage
1.) Connect the "kw_email.sending" into your app. When it came necessary you can extends every library to comply your use-case; mainly your sending agent.
统计信息
- 总下载量: 54
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2020-12-22