Mailable
class Mailable implements Mailable (View source)
Methods
void send(Mailer $mailer) Send the message using the given mailer. mixed queue(Factory $queue) Queue the message for sending. mixed later(DateTime|int $delay, Factory $queue) Deliver the queued message after the given delay. $this priority(int $level = 3) Set the priority of this message. $this from(object|array|string $address, string|null $name = null) Set the sender of the message. $this to(objec