interface Mailable (View source)
Send the message using the given mailer.
Queue the given message.
Deliver the queued message after the given delay.
void send(Mailer $mailer)
mixed queue(Factory $queue)
mixed later(DateTime|int $delay, Factory $queue)