0 follower

Final Class Yiisoft\Mailer\Event\BeforeSend

InheritanceYiisoft\Mailer\Event\BeforeSend

BeforeSend event is triggered right before sending the message.

See also Yiisoft\Mailer\BaseMailer::send().

Public Methods

Hide inherited methods

Method Description Defined By
__construct() Yiisoft\Mailer\Event\BeforeSend

Property Details

Hide inherited properties

$message public property
$preventSendingMessage public property

Method Details

Hide inherited methods

__construct() public method

public __construct( Yiisoft\Mailer\MessageInterface $message ): mixed
$message Yiisoft\Mailer\MessageInterface

                public function __construct(
    public readonly MessageInterface $message,
) {}