Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

namespace Symfony\Component\Mailer\Transport

Object name File name Summary
AbstractApiTransport vendor/symfony/mailer/Transport/AbstractApiTransport.php @author Fabien Potencier <fabien@symfony.com>
AbstractHttpTransport vendor/symfony/mailer/Transport/AbstractHttpTransport.php @author Victor Bocharsky <victor@symfonycasts.com>
AbstractTransport vendor/symfony/mailer/Transport/AbstractTransport.php @author Fabien Potencier <fabien@symfony.com>
AbstractTransportFactory vendor/symfony/mailer/Transport/AbstractTransportFactory.php @author Konstantin Myakshin <molodchick@gmail.com>
Dsn vendor/symfony/mailer/Transport/Dsn.php @author Konstantin Myakshin <molodchick@gmail.com>
FailoverTransport vendor/symfony/mailer/Transport/FailoverTransport.php Uses several Transports using a failover algorithm.
NativeTransportFactory vendor/symfony/mailer/Transport/NativeTransportFactory.php Factory that configures a transport (sendmail or SMTP) based on php.ini settings.
NullTransport vendor/symfony/mailer/Transport/NullTransport.php Pretends messages have been sent, but just ignores them.
NullTransportFactory vendor/symfony/mailer/Transport/NullTransportFactory.php @author Konstantin Myakshin <molodchick@gmail.com>
RoundRobinTransport vendor/symfony/mailer/Transport/RoundRobinTransport.php Uses several Transports using a round robin algorithm.
SendmailTransport vendor/symfony/mailer/Transport/SendmailTransport.php SendmailTransport for sending mail through a Sendmail/Postfix (etc..) binary.
SendmailTransportFactory vendor/symfony/mailer/Transport/SendmailTransportFactory.php @author Konstantin Myakshin <molodchick@gmail.com>
TransportFactoryInterface vendor/symfony/mailer/Transport/TransportFactoryInterface.php @author Konstantin Myakshin <molodchick@gmail.com>
TransportInterface vendor/symfony/mailer/Transport/TransportInterface.php Interface for all mailer transports.
Transports vendor/symfony/mailer/Transport/Transports.php @author Fabien Potencier <fabien@symfony.com>

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal