interface Mailer (View source)
| int | raw(string $text, Closure|string $callback) Send a new message when only a raw text part. | |
| void | send(string|array $view, array $data = array(), Closure|string $callback = null) Send a new message using a view. | |
| array | failures() Get the array of failed recipients. |
Send a new message when only a raw text part.
Send a new message using a view.
Get the array of failed recipients.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.4/Illuminate/Contracts/Mail/Mailer.html