Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yunwuxin/think-mail
https://github.com/yunwuxin/think-mail
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yunwuxin/think-mail
- Owner: yunwuxin
- Created: 2016-11-30T09:20:57.000Z (about 8 years ago)
- Default Branch: 4.0
- Last Pushed: 2024-01-20T13:39:36.000Z (11 months ago)
- Last Synced: 2024-08-13T07:04:35.558Z (4 months ago)
- Language: PHP
- Size: 47.9 KB
- Stars: 31
- Watchers: 7
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - yunwuxin/think-mail - (PHP)
README
# ThinkPHP6 邮件发送扩展
支持 `smtp` `sendmail` `mail` `sendcloud` `log` 等驱动,其中`log`驱动会把邮件内容写入日志,供调试用
## 安装
~~~
composer require yunwuxin/think-mail
~~~