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