This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Mailer/Transport
Fabien Potencier 20a19884ac Merge branch '4.4' into 5.0
* 4.4:
  Add missing dots at the end of exception messages
  [DI][Form] Fixed test suite (TimeType changes & unresolved merge conflict)
  Fix bad merge
  Add missing dots at the end of exception messages
2020-03-15 15:33:06 +01:00
..
Smtp Merge branch '4.4' into 5.0 2020-02-08 18:00:58 +01:00
AbstractApiTransport.php Add missing dots at the end of exception messages 2020-03-15 15:17:26 +01:00
AbstractHttpTransport.php [Mailer] Change the DSN semantics 2019-09-02 15:50:44 +02:00
AbstractTransport.php Fix CS 2019-12-01 09:46:01 +01:00
AbstractTransportFactory.php [Mailer] Change the DSN semantics 2019-09-02 15:50:44 +02:00
Dsn.php [Mailer] Fix an error message 2019-09-05 03:13:57 +02:00
FailoverTransport.php [Mailer] Change the syntax for DSNs using failover or roundrobin 2019-09-07 08:40:47 +02:00
NullTransport.php [Mailer] Change the DSN semantics 2019-09-02 15:50:44 +02:00
NullTransportFactory.php [Mailer] Change the DSN semantics 2019-09-02 15:50:44 +02:00
RoundRobinTransport.php [Mailer] Tweak some code 2019-10-01 12:10:05 +02:00
SendmailTransport.php rename SmtpEnvelope to Envelope 2019-09-12 16:17:57 +02:00
SendmailTransportFactory.php [Mailer] Change the DSN semantics 2019-09-02 15:50:44 +02:00
TransportFactoryInterface.php Add transport factories (closes #31385, closes #32523) 2019-07-16 22:15:50 +03:00
TransportInterface.php rename SmtpEnvelope to Envelope 2019-09-12 16:17:57 +02:00
Transports.php [Mailer] Tweak some code 2019-10-01 12:10:05 +02:00