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 3c78fde548 Merge branch '4.3' into 4.4
* 4.3:
  [Twig] Remove dead code
  Add gitignore file for Symfony 4.3
  Add gitignore file for Symfony 3.4
  [Inflector] Add .gitignore file
  [Messenger] Fix exception message of failed message is dropped on retry
  Add default value for Accept header
  [HttpClient] Add .gitignore file
  [Finder] Adjust regex to correctly match comments in gitignore contents
  [Security] Removed unused argument in Test
  [Console] Get dimensions from stty on windows if possible
  [Inflector] add support 'see' to 'ee' for singularize 'fees' to 'fee'
2019-09-17 13:12:18 +02:00
..
Bridge Merge branch '4.3' into 4.4 2019-09-17 13:12:18 +02:00
DataCollector [Mailer] added support for the profiler 2019-08-04 22:35:18 +02:00
Event [Mailer] Fix SmtpEnvelope renaming to Envelope 2019-09-15 10:37:41 +02:00
EventListener [Mailer] added message events logger 2019-08-04 17:13:13 +02:00
Exception [Mailer] Rename an exception class 2019-09-12 19:43:44 +01:00
Messenger rename SmtpEnvelope to Envelope 2019-09-12 16:17:57 +02:00
Test [Mailer] Change the DSN semantics 2019-09-02 15:50:44 +02:00
Tests feature #33562 [Mailer] rename SmtpEnvelope to Envelope (xabbuh) 2019-09-13 15:15:15 +01:00
Transport rename SmtpEnvelope to Envelope 2019-09-12 16:17:57 +02:00
.gitattributes Adding .gitattributes to remove Tests directory from "dist" 2019-09-16 10:12:51 +02:00
.gitignore Add gitignore file for Symfony 4.3 2019-09-17 11:54:03 +02:00
CHANGELOG.md rename SmtpEnvelope to Envelope 2019-09-12 16:17:57 +02:00
composer.json Allow version 2 of the contracts package. 2019-09-08 12:38:38 +02:00
DelayedEnvelope.php rename SmtpEnvelope to Envelope 2019-09-12 16:17:57 +02:00
Envelope.php rename SmtpEnvelope to Envelope 2019-09-12 16:17:57 +02:00
LICENSE added the Mailer component 2019-03-30 09:09:06 +01:00
Mailer.php rename SmtpEnvelope to Envelope 2019-09-12 16:17:57 +02:00
MailerInterface.php rename SmtpEnvelope to Envelope 2019-09-12 16:17:57 +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 rename SmtpEnvelope to Envelope 2019-09-12 16:17:57 +02:00
Transport.php [Mailer] Rename an exception class 2019-09-12 19:43:44 +01:00

Mailer Component

The Mailer component helps sending emails.

Resources