class MailableFake extends MailableMailer (View source)
| mixed | $mailable | The mailable instance. |
| void | __construct() Create a new instance. | |
| $this | to(mixed $users) Set the recipients of the message. | from MailableMailer |
| $this | cc(mixed $users) Set the recipients of the message. | from MailableMailer |
| $this | bcc(mixed $users) Set the recipients of the message. | from MailableMailer |
| mixed | send(Mailable $mailable) Send a new mailable message instance. | |
| mixed | sendNow(Mailable $mailable) Send a mailable message immediately. | |
| mixed | queue(Mailable $mailable) Push the given mailable onto the queue. | |
| mixed | later(DateTime|int $delay, Mailable $mailable) Deliver the queued message after the given delay. | from MailableMailer |
| array | getRecipients() Get the recipient information for the mailable. |
Create a new instance.
Set the recipients of the message.
Set the recipients of the message.
Set the recipients of the message.
Send a new mailable message instance.
Send a mailable message immediately.
Push the given mailable onto the queue.
Deliver the queued message after the given delay.
Get the recipient information for the mailable.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.4/Illuminate/Support/Testing/Fakes/MailableFake.html