class
Illuminate
/
Mail
/
Events
/
MessageSending
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
MessageSending
Properties
public
$message Symfony\...\Email
The Symfony Email instance.
Default: null
public
$data array
The message data.
Default: null
Methods
public
__construct ( Symfony\...\Email $message , array $data ) : void
Create a new event instance.
Parameters
- $message Symfony\...\Email
- $data array