0 follower

Final Class Yiisoft\Mailer\Event\AfterSend

InheritanceYiisoft\Mailer\Event\AfterSend

AfterSend event is triggered right after sent the message.

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

Public Methods

Hide inherited methods

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

Property Details

Hide inherited properties

$message public property

Method Details

Hide inherited methods

__construct() public method

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

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