mattmezza/php-mail-msg
Composer 安装命令:
composer require mattmezza/php-mail-msg
包简介
Need to send an email from your webserver's MTA using the mail() function??
README 文档
README
Need to send an email from your webserver's MTA using the mail() function??
composer require mattmezza/php-mail-msg
$mail = new PHPMailMsg\Mail($to, $subject, $body, $replyTo, $from); //you can specify a $mailer as last param if($mail->send()) { //mail msg has been sent } else { // Ooopss }
The library uses the default mail(...) function and has been made with demonstration purposes.
Matteo Merola mattmezza@gmail.com
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-11-17