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-09-08 12:38:38 +02:00
..
Bridge [Mailer] Check email validity before opening an SMTP connection 2019-09-06 15:51:50 +02:00
DataCollector [Mailer] added support for the profiler 2019-08-04 22:35:18 +02:00
Event [Mailer] Renamed getName() to toString() 2019-09-02 11:41:25 +02:00
EventListener [Mailer] added message events logger 2019-08-04 17:13:13 +02:00
Exception [Mailer] Fix typo 2019-09-05 03:35:53 +02:00
Messenger removed @experimental annotations 2019-06-29 18:43:50 +02:00
Test [Mailer] Change the DSN semantics 2019-09-02 15:50:44 +02:00
Tests [Mailer] Change the syntax for DSNs using failover or roundrobin 2019-09-07 08:40:47 +02:00
Transport feature #33494 [Mailer] Change DSN syntax (fabpot) 2019-09-07 09:28:15 +02:00
CHANGELOG.md [Mailer] Change the syntax for DSNs using failover or roundrobin 2019-09-07 08:40:47 +02:00
composer.json Allow version 2 of the contracts package. 2019-09-08 12:38:38 +02:00
DelayedSmtpEnvelope.php Merge branch '4.3' into 4.4 2019-09-04 12:09:07 +02:00
LICENSE added the Mailer component 2019-03-30 09:09:06 +01:00
Mailer.php [Mailer] Improve an exception when trying to send a RawMessage without an Envelope 2019-09-04 08:32:49 +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] Check email validity before opening an SMTP connection 2019-09-06 15:51:50 +02:00
SmtpEnvelope.php [Mailer] Improve an exception when trying to send a RawMessage without an Envelope 2019-09-04 08:32:49 +02:00
Transport.php [Mailer] Change the syntax for DSNs using failover or roundrobin 2019-09-07 08:40:47 +02:00

Mailer Component

The Mailer component helps sending emails.

Resources