Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nauxliu authored Oct 8, 2017
1 parent 9981bdc commit 2101b8b
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
<p align="center">
<br>
 <b>创造不息,交付不止</b>
<br>
<a href="https://www.yousails.com">
<img src="https://yousails.com/banners/brand.png" width=350>
</a>
</p>

# Laravel-SendCloud
Laravel 5.X 的 SendCloud 驱动

> `Laravel 5.5` 以下请使用 `1.1.3` 版本
##### 优点:
普通发送方式完全兼容官方用法,可随时修改配置文件改为其他驱动,而不需要改动业务代码

Expand Down Expand Up @@ -70,3 +63,9 @@ Mail::raw($template, function ($message) {
$message->to('[email protected]')->cc('[email protected]');
});
```

## Sponsors

<a href="https://www.yousails.com">
<img src="https://yousails.com/banners/brand.png" width=350>
</a>

0 comments on commit 2101b8b

Please sign in to comment.