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
2019-08-21 17:16:25 +02:00
..
Bridge Merge branch '4.4' 2019-08-19 14:21:25 +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 [Mime] Remove NamedAddress 2019-08-21 09:13:01 +02:00
Transport Added more parameter type declarations. 2019-08-21 17:16:25 +02:00
CHANGELOG.md [Mailer] removed the auth mode DSN option and support in the eSMTP transport 2019-08-19 13:04:31 +02:00
composer.json [Mailer] conflict with symfony/sendgrid-mailer < 4.4 2019-08-19 13:44:21 +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