MailableMailer::later()

mixed later(DateTime|int $delay, Mailable $mailable) Deliver the queued message after the given delay. Parameters DateTime|int $delay Mailable $mailable Return Value mixed

MailableMailer::cc()

$this cc(mixed $users) Set the recipients of the message. Parameters mixed $users Return Value $this

MailableMailer::bcc()

$this bcc(mixed $users) Set the recipients of the message. Parameters mixed $users Return Value $this

MailableMailer

MailableMailer class MailableMailer (View source) Methods void __construct(Mailer $mailer) Create a new mailable mailer instance. $this to(mixed $users) Set the recipients of the message. $this cc(mixed $users) Set the recipients of the message. $this bcc(mixed $users) Set the recipients of the message. mixed send(Mailable $mailable) Send a new mailable message instance. mixed sendNow(Mailable $mailable) Send a mailable message immediately. mixed queue(Mailab

MailableFake::__construct()

void __construct() Create a new instance. Return Value void

MailableFake::to()

$this to(mixed $users) Set the recipients of the message. Parameters mixed $users Return Value $this

MailableFake::sendNow()

mixed sendNow(Mailable $mailable) Send a mailable message immediately. Parameters Mailable $mailable Return Value mixed

MailableFake::send()

mixed send(Mailable $mailable) Send a new mailable message instance. Parameters Mailable $mailable Return Value mixed

MailableFake::queue()

mixed queue(Mailable $mailable) Push the given mailable onto the queue. Parameters Mailable $mailable Return Value mixed

MailableFake::later()

mixed later(DateTime|int $delay, Mailable $mailable) Deliver the queued message after the given delay. Parameters DateTime|int $delay Mailable $mailable Return Value mixed