AfterMailerInitializationEvent
FinalYes
This event is fired once a new Mailer is instantiated with specific transport settings.
So it is possible to add custom mailing settings.
Table of Contents
Methods
- __construct() : mixed
- getMailer() : MailerInterface
Methods
__construct()
public
__construct(MailerInterface $mailer) : mixed
Parameters
- $mailer : MailerInterface
getMailer()
public
getMailer() : MailerInterface