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
2020-01-01 12:51:43 +01:00
..
Bridge Update year in license files 2020-01-01 12:51:43 +01:00
Event added the Mailer component 2019-03-30 09:09:06 +01:00
EventListener [Mime] rename Headers::getAll() to all() 2019-07-18 20:01:20 +02: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 [4.3] Remove unused local variables 2019-10-30 13:58:49 +01:00
Transport ensure legacy event dispatcher compatibility 2019-09-25 16:27:22 +02:00
.gitignore Add gitignore file for Symfony 4.3 2019-09-17 11:54:03 +02:00
CHANGELOG.md added the Mailer component 2019-03-30 09:09:06 +01:00
composer.json fix deps=low 2019-08-22 10:16:11 +02:00
DelayedSmtpEnvelope.php maintain sender/recipient name in SMTP envelopes 2019-09-04 11:58:50 +02:00
LICENSE Update year in license files 2020-01-01 12:51:43 +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 [Mailer] made code more robust 2019-06-12 06:54:21 +02:00
Transport.php minor #31993 [Mailer] Catch missing scheme in DSN (derrabus) 2019-06-23 17:43:40 +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