-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` 版本 | ||
##### 优点: | ||
普通发送方式完全兼容官方用法,可随时修改配置文件改为其他驱动,而不需要改动业务代码 | ||
|
||
|
@@ -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> |