Final Class Yiisoft\Mailer\Event\BeforeSend
| Inheritance | Yiisoft\ |
|---|
BeforeSend event is triggered right before sending the message.
See also Yiisoft\
Public Properties
| Property | Type | Description | Defined By |
|---|---|---|---|
| $message | Yiisoft\ |
Yiisoft\ |
|
| $preventSendingMessage | boolean | Yiisoft\ |
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\ |
Property Details
Method Details
| public mixed __construct ( Yiisoft\ | ||
| $message | Yiisoft\ |
|
public function __construct(
public readonly MessageInterface $message,
) {}
User Contributed Notes
Leave a comment
Join the conversation to share a note.