‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Mail\Event\AfterMailerInitializationEvent Class Reference

Public Member Functions

 __construct (private MailerInterface $mailer)
 
 getMailer ()
 

Detailed Description

This event is fired once a new Mailer is instantiated with specific transport settings. So it is possible to add custom mailing settings.

Definition at line 26 of file AfterMailerInitializationEvent.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Mail\Event\AfterMailerInitializationEvent::__construct ( private MailerInterface  $mailer)

Definition at line 28 of file AfterMailerInitializationEvent.php.

Member Function Documentation

◆ getMailer()

TYPO3\CMS\Core\Mail\Event\AfterMailerInitializationEvent::getMailer ( )

Definition at line 30 of file AfterMailerInitializationEvent.php.