scalex / mailer
该软件包已被废弃且不再维护。没有建议的替代软件包。
邮件合并命令行界面。
v0.1.1
2016-08-26 18:31 UTC
Requires
- guzzlehttp/guzzle: ^6.2
- illuminate/database: ^5.2
- illuminate/events: ^5.2
- illuminate/mail: ^5.2
- illuminate/view: ^5.2
- phpoffice/phpexcel: ^1.8
- symfony/console: ^3.1
- symfony/process: ^3.1
This package is not auto-updated.
Last update: 2020-10-30 22:15:08 UTC
README
(---- 让批量邮件变得简单 ----)
安装
通过 Composer
$ composer require scalex/mailer
使用方法
# Initialize mailer. $ mailer init # Create new project. $ mailer new product-campaign $ cd product-campaign # Update html.blade.php, text.blade.php, config.php and # data.csv with relevent information. # Then :) $ mailer send
变更日志
请参阅 CHANGELOG 了解最近更改的详细信息。
测试
$ composer test
贡献
请参阅 CONTRIBUTING 和 CONDUCT 了解详细信息。
安全
如果您发现任何与安全相关的问题,请通过电子邮件 opensource@scalex.xyz 而不是使用问题跟踪器。
致谢
许可
MIT 许可证 (MIT)。请参阅 许可文件 了解更多信息。