Mailer
interface Mailer
Methods
to(mixed $users)
Begin the process of mailing a mailable class instance.
cc(mixed $users)
Begin the process of mailing a mailable class instance.
bcc(mixed $users)
Begin the process of mailing a mailable class instance.
SentMessage|null
raw(string $text, mixed $callback)
Send a new message with only a raw text part.
SentMessage|null
SentMessage|null
Details
at line 16
PendingMail
to(mixed $users)
Begin the process of mailing a mailable class instance.
at line 21
PendingMail
cc(mixed $users)
Begin the process of mailing a mailable class instance.
at line 26
PendingMail
bcc(mixed $users)
Begin the process of mailing a mailable class instance.
at line 31
SentMessage|null
raw(string $text, mixed $callback)
Send a new message with only a raw text part.
at line 36
SentMessage|null
send(array|Mailable|string $view, array $data = [], Closure|string|null $callback = null)
Send a new message using a view.
at line 41
SentMessage|null
sendNow(array|Mailable|string $mailable, array $data = [], Closure|string|null $callback = null)
Send a new message synchronously using a view.