‪TYPO3CMS  12.4
TYPO3\CMS\Core\Mail\MailerInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Core\Mail\MailerInterface:
TYPO3\CMS\Core\Mail\Mailer

Public Member Functions

 getSentMessage ()
 
 getTransport ()
 
 getRealTransport ()
 

Detailed Description

Interface for mailers for sending emails. This should be used when injecting or creating an instance of the Mailer class, so it can be easily overridden.

Definition at line 27 of file MailerInterface.php.

Member Function Documentation

◆ getRealTransport()

TYPO3\CMS\Core\Mail\MailerInterface::getRealTransport ( )

Implemented in TYPO3\CMS\Core\Mail\Mailer.

◆ getSentMessage()

TYPO3\CMS\Core\Mail\MailerInterface::getSentMessage ( )

Implemented in TYPO3\CMS\Core\Mail\Mailer.

◆ getTransport()

TYPO3\CMS\Core\Mail\MailerInterface::getTransport ( )

Implemented in TYPO3\CMS\Core\Mail\Mailer.