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-05-28 14:18:42 +02:00
..
Bridge updated version to 5.0 2019-05-28 14:18:42 +02:00
Event added the Mailer component 2019-03-30 09:09:06 +01:00
EventListener added the Mailer component 2019-03-30 09:09:06 +01:00
Exception added the Mailer component 2019-03-30 09:09:06 +01:00
Messenger added the Mailer component 2019-03-30 09:09:06 +01:00
Tests fixed roundrobin dead transport which should recover 2019-04-10 21:43:06 +02:00
Transport fixed roundrobin dead transport which should recover 2019-04-10 21:43:06 +02:00
CHANGELOG.md added the Mailer component 2019-03-30 09:09:06 +01:00
composer.json updated version to 5.0 2019-05-28 14:18:42 +02:00
LICENSE added the Mailer component 2019-03-30 09:09:06 +01:00
Mailer.php added the Mailer component 2019-03-30 09:09:06 +01:00
MailerInterface.php added the Mailer component 2019-03-30 09:09:06 +01:00
phpunit.xml.dist added the Mailer component 2019-03-30 09:09:06 +01:00
README.md adding experimental note 2019-05-20 11:28:54 +02:00
SentMessage.php added the Mailer component 2019-03-30 09:09:06 +01:00
SmtpEnvelope.php added the Mailer component 2019-03-30 09:09:06 +01:00
Transport.php allow user/pass on dns while using failover/roundrobin and type fix for username/password 2019-04-07 22:39:37 +02:00

Mailer Component

The Mailer component helps sending emails.

This Component is experimental. Experimental features are not covered by Symfony's Backward Compatibility Promise.

Resources