idealistsoft / framework-email
1.2.1
2017-06-29 12:53 UTC
Requires
- php: >=5.6.0
Requires (Dev)
- infuse/infuse: ~1.4
- mandrill/mandrill: 1.0.36
- mockery/mockery: ~0.9
- phpunit/phpunit: 5.7.*
- satooshi/php-coveralls: 0.6.1
- swiftmailer/swiftmailer: v5.0.1
This package is not auto-updated.
Last update: 2022-02-01 12:38:24 UTC
README
Infuse框架的Mailer模块
安装
使用composer安装此包
composer require infuse/email
将电子邮件服务添加到您的config.php配置文件中
'services' => [ // ... 'mailer' => 'Infuse\Email\MailerService' // ... ]