Mailable
interface Mailable
Methods
SentMessage|null
mixed
later(DateInterval|DateTimeInterface|int $delay, Factory $queue)
Deliver the queued message after (n) seconds.
cc(array|object|string $address, string|null $name = null)
Set the recipients of the message.
bcc(array|object|string $address, string|null $name = null)
Set the recipients of the message.
to(array|object|string $address, string|null $name = null)
Set the recipients of the message.
Details
at line 17
SentMessage|null
send(Factory|Mailer $mailer)
Send the message using the given mailer.
at line 22
mixed
queue(Factory $queue)
Queue the given message.
at line 27
mixed
later(DateInterval|DateTimeInterface|int $delay, Factory $queue)
Deliver the queued message after (n) seconds.
at line 32
Mailable
cc(array|object|string $address, string|null $name = null)
Set the recipients of the message.
at line 37
Mailable
bcc(array|object|string $address, string|null $name = null)
Set the recipients of the message.
at line 42
Mailable
to(array|object|string $address, string|null $name = null)
Set the recipients of the message.
at line 47
Mailable
locale(string $locale)
Set the locale of the message.
at line 52
Mailable
mailer(string|null $mailer)
Set the name of the mailer that should be used to send the message.