coffeebreaks/mail
Composer 安装命令:
composer require coffeebreaks/mail
包简介
A simple class email send
README 文档
README
A simple class email send
Instalation
composer require coffeebreaks/mail
Example
$mail = new \coffeebreaks\Mail(); $mail->config('smtp.your-host.com', 'your-user', 'you-pass', port); $mail->add('suport@example.com', 'Suport', 'your-mail@domain.com', 'Test classe Mail', "This is a email with <b>PhpMailer</b> and generic class <i>Mail</i>"); if ($mail->getResult()){ echo "Success :)"; }
统计信息
- 总下载量: 16
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-06-18