idealistsoft/framework-email

此包已被废弃,不再维护。作者建议使用infuse/email包代替。

Infuse框架的Mailer模块

1.2.1 2017-06-29 12:53 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:38:24 UTC


README

Build Status Coverage Status Latest Stable Version Total Downloads HHVM Status

Infuse框架的Mailer模块

安装

使用composer安装此包

composer require infuse/email

将电子邮件服务添加到您的config.php配置文件中

'services' => [
	// ...
	'mailer' => 'Infuse\Email\MailerService'
	// ...
]