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
Nicolas Grekas 651de173df Merge branch '4.3' into 4.4
* 4.3:
  [Cache] replace getNsSeparator by NS_SEPARATOR on AbstractTrait
  [Cache] fix versioning with SimpleCacheAdapter
  [Messenger] fix AMQP delay queue to be per exchange
  Fix expired lock not cleaned
  [HttpClient] throw DecodingExceptionInterface when toArray() fails because of content-type error
  [HttpFoundation] Fix SA/phpdoc JsonResponse
  [DI] Show the right class autowired when providing a non-existing class in constructor
  SimpleCacheAdapter fails to cache any item if a namespace is used
  validate composite constraints in all groups
  [Serializer] Handle true and false appropriately in CSV encoder
  [Messenger] improve logs
  [Messenger] fix delay delivery for non-fanout exchanges
  Parameterize Mailgun's region
  Fix binary operation `+`, `-` or `*` on string
  [VarDumper] fix dumping objects that implement __debugInfo()
  [HttpClient] Don't use CurlHttpClient on Windows when curl.cainfo is not set
  Add statement to fileLink to ignore href code when no fileLink.
  [Routing] fix absolute url generation when scheme is not known
2019-06-17 19:38:10 +02:00
..
Bridge Merge branch '4.3' into 4.4 2019-06-17 19:38:10 +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 Merge branch '4.3' into 4.4 2019-06-17 19:38:10 +02:00
Transport Merge branch '4.3' into 4.4 2019-06-13 13:05:05 +02:00
CHANGELOG.md Changed EventDispatcherInterface dependency from Component to Contracts 2019-06-09 11:03:37 +03:00
composer.json Parameterize Mailgun's region 2019-06-13 19:53:12 +02:00
DelayedSmtpEnvelope.php fixed sender/recipients in SMTP Envelope 2019-06-11 21:40:57 +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 [Mailer] made code more robust 2019-06-12 06:54:21 +02:00
Transport.php Merge branch '4.3' into 4.4 2019-06-17 19:38:10 +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