infuse/email

Infuse 框架的邮件模块

1.2.1 2017-06-29 12:53 UTC

This package is auto-updated.

Last update: 2024-09-13 08:19:14 UTC


README

Build Status Coverage Status Latest Stable Version Total Downloads HHVM Status

Infuse 框架的邮件模块

安装

使用 composer 安装该包

composer require infuse/email

将邮件服务添加到 config.php 配置文件中

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