Mail
Table of Contents
Namespaces
- Event
Interfaces
- DelayedTransportInterface
- Used to implement backwards-compatible spooling
- MailerInterface
- 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.
Classes
- FileSpool
- Inspired by SwiftMailer, adapted for TYPO3 and Symfony/Mailer
- FluidEmail
- Send out templated HTML/plain text emails with Fluid.
- Mailer
- Adapter for Symfony/Mailer to be used by TYPO3 extensions.
- MailMessage
- Adapter for Symfony Mime to be used by TYPO3 extensions, also provides
some backwards-compatibility for previous TYPO3 installations where
send() was baked into the MailMessage object.
- MboxTransport
- Additional Mbox Transport option
- MemorySpool
- Because TYPO3 doesn't offer a terminate signal or hook,
and taking in account the risk that extensions do some redirects or even exit,
we simply use the destructor of a singleton class which should be pretty much
at the end of a request.
- Rfc822AddressesParser
- RFC 822 Email address list validation Utility
- TransportFactory
- TransportFactory