interface
Illuminate
/
Contracts
/
Mail
/
Mailable
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
Mailable
Methods
public
later ( $delay , Factory $queue ) : mixed
Deliver the queued message after (n) seconds.
Parameters
- $delay DateTimeInterface |DateInterval |int
- $queue Factory
public
cc ( $address , $name ) : self
Set the recipients of the message.
Parameters
- $address object|array|string
- $name string|null
public
bcc ( $address , $name ) : $this
Set the recipients of the message.
Parameters
- $address object|array|string
- $name string|null
public
to ( $address , $name ) : $this
Set the recipients of the message.
Parameters
- $address object|array|string
- $name string|null
public
locale ( $locale ) : $this
Set the locale of the message.
Parameters
- $locale string
public
mailer ( $mailer ) : $this
Set the name of the mailer that should be used to send the message.
Parameters
- $mailer string