beyondcode / laravel-mailbox
处理Laravel应用程序中的收件箱邮件。
4.0.0
2024-04-03 16:11 UTC
Requires
- php: ^8.0
- illuminate/container: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
- illuminate/database: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
- illuminate/log: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
- illuminate/routing: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
- illuminate/support: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
- willdurand/email-reply-parser: ^2.8
- zbateson/mail-mime-parser: ^1.1|^2.4
Requires (Dev)
- laminas/laminas-mail: ^2.13
- mockery/mockery: ^1.2
- orchestra/testbench: ^4.0|^5.0|^7.0|^8.0|^9.0
- phpunit/phpunit: ^7.0|^8.0|^9.3|^10.5
README
处理Laravel应用程序中的收件箱邮件。
Mailbox::from('{username}@gmail.com', function (InboundEmail $email, $username) { // Access email attributes and content $subject = $email->subject(); $email->reply(new ReplyMailable); });
安装
您可以通过composer安装此包。
composer require beyondcode/laravel-mailbox
用法
请查看官方文档。
测试
composer test
变更日志
有关最近更改的更多信息,请参阅CHANGELOG。
贡献
有关详细信息,请参阅CONTRIBUTING。
安全性
如果您发现任何安全相关的问题,请通过电子邮件marcel@beyondco.de联系,而不是使用问题跟踪器。
致谢
许可
MIT许可(MIT)。有关更多信息,请参阅许可文件。