interface
Illuminate
/
Contracts
/
Mail
/
MailQueue
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
MailQueue
Methods
public
queue ( $view , $queue ) : mixed
Queue a new e-mail message for sending.
Parameters
- $view Mailable |string|array
- $queue string|null
public
later ( $delay , $view , $queue ) : mixed
Queue a new e-mail message for sending after (n) seconds.
Parameters
- $delay DateTimeInterface |DateInterval |int
- $view Mailable |string|array
- $queue string|null