Mailable
in
Table of Contents
- later() : mixed
- Deliver the queued message after the given delay.
- queue() : mixed
- Queue the given message.
- send() : void
- Send the message using the given mailer.
Methods
later()
Deliver the queued message after the given delay.
public
later(DateTime|int $delay, Factory $queue) : mixed
Parameters
- $delay : DateTime|int
- $queue : Factory
Return values
mixed —queue()
Queue the given message.
public
queue(Factory $queue) : mixed
Parameters
- $queue : Factory
Return values
mixed —send()
Send the message using the given mailer.
public
send(Mailer $mailer) : void
Parameters
- $mailer : Mailer