Class MailEvent
Event class for the <class>::mail event.
Third parties may use this event to the result returned by the mailer.
- ICanBoogie\Event
- ┗ ICanBoogie\Mailer\MailEvent
Methods summary
public
__construct( mixed $target, ICanBoogie\Mailer\Message & $rc, ICanBoogie\Mailer\Message & $message, ICanBoogie\Mailer\Mailer & $mailer )
The event is constructed with the type mail.
Properties summary
public
$mailer
: ICanBoogie\Mailer\Mailer
Reference to the mailer that was used to send the message.