interface Mailer (View source)
| PendingMail | to(mixed $users) Begin the process of mailing a mailable class instance. | |
| PendingMail | bcc(mixed $users) Begin the process of mailing a mailable class instance. | |
| void | raw(string $text, mixed $callback) Send a new message with only a raw text part. | |
| void | send(Mailable|string|array $view, array $data = [], Closure|string|null $callback = null) Send a new message using a view. | |
| array | failures() Get the array of failed recipients. | 
Begin the process of mailing a mailable class instance.
Begin the process of mailing a mailable class instance.
Send a new message with 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/8.x/Illuminate/Contracts/Mail/Mailer.html