interface Mailable (View source)
void | send(Mailer $mailer) Send the message using the given mailer. | |
mixed | queue(Factory $queue) Queue the given message. | |
mixed | later(DateTimeInterface|DateInterval|int $delay, Factory $queue) Deliver the queued message after the given delay. |
Send the message using the given mailer.
Queue the given message.
Deliver the queued message after the given delay.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.8/Illuminate/Contracts/Mail/Mailable.html