interface
Illuminate
/
Contracts
/
Mail
/
Mailer
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
Mailer
Methods
public
to ( $users ) : PendingMail
Begin the process of mailing a mailable class instance.
Parameters
- $users mixed
public
bcc ( $users ) : PendingMail
Begin the process of mailing a mailable class instance.
Parameters
- $users mixed
public
raw ( $text , $callback ) : SentMessage |null
Send a new message with only a raw text part.
Parameters
- $text string
- $callback mixed
public
send ( $view , array $data , $callback ) : SentMessage |null
Send a new message using a view.