interface Mailer
Send a new message when only a raw text part.
Send a new message using a view.
Get the array of failed recipients.
int raw(string $text, Closure|string $callback)
void send(string|array $view, array $data = [], Closure|string $callback = null)
array failures()