Mailer
interface Mailer (View source)
Methods
to(mixed $users)
Begin the process of mailing a mailable class instance.
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.
Details
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.