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
Fabien Potencier 6fd929ea31 Merge branch '4.4'
* 4.4:
  [Mailer] simplified the way TLS/SSL/StartTls work
  [VarDumper] Add test dump image
  Allow exchange type headers binding
  Add types to private and final methods.
  [Messenger] InMemoryTransport handle acknowledged and rejected messages
  [Intl] Validate region preferred alpha code mapping
  Added ErrorHandler::call() method utility to turns any PHP warnings into `\ErrorException`
  [Intl] Full alpha3 language support
  [Monolog] Added ElasticsearchLogstashHandler
2019-08-19 12:49:00 +02:00
..
Bridge Merge branch '4.4' 2019-08-19 12:49:00 +02:00
DataCollector [Mailer] added support for the profiler 2019-08-04 22:35:18 +02:00
Event Merge branch '4.4' 2019-08-05 18:34:36 +02:00
EventListener [Mailer] added message events logger 2019-08-04 17:13:13 +02:00
Exception [Mailer] added debug info to TransportExceptionInterface 2019-08-03 10:39:50 +02:00
Messenger removed @experimental annotations 2019-06-29 18:43:50 +02:00
Test [Mailer] simplified the way TLS/SSL/StartTls work 2019-08-19 11:19:02 +02:00
Tests [Mailer] simplified the way TLS/SSL/StartTls work 2019-08-19 11:19:02 +02:00
Transport [Mailer] simplified the way TLS/SSL/StartTls work 2019-08-19 11:19:02 +02:00
CHANGELOG.md [Mailer] simplified the way TLS/SSL/StartTls work 2019-08-19 11:19:02 +02:00
composer.json Merge branch '4.4' 2019-08-04 20:57:22 +02:00
DelayedSmtpEnvelope.php Merge branch '4.3' into 4.4 2019-07-18 22:39:44 +02:00
LICENSE added the Mailer component 2019-03-30 09:09:06 +01:00
Mailer.php [Mailer] added a way to test the number of queued emails 2019-08-16 21:31:41 +02:00
MailerInterface.php removed @experimental annotations 2019-06-29 18:43:50 +02:00
phpunit.xml.dist added the Mailer component 2019-03-30 09:09:06 +01:00
README.md Remove experimental notice from components 2019-07-11 11:03:49 +02:00
SentMessage.php [Mailer] added debug info for HTTP mailers 2019-07-18 10:17:52 +02:00
SmtpEnvelope.php removed @experimental annotations 2019-06-29 18:43:50 +02:00
Transport.php [Mailer][DX][RFC] Rename mailer bridge transport classes 2019-07-25 11:34:25 +02:00

Mailer Component

The Mailer component helps sending emails.

Resources