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 be8adfaf99 Merge branch '5.0'
* 5.0:
  updated VERSION for 3.4.40
  update CONTRIBUTORS for 3.4.40
  updated CHANGELOG for 3.4.40
  [WebProfilerBundle] changed label of peak memory usage in the time & memory panels (MB into MiB)
  add tests for the ConstraintViolationBuilder class
  Improve dirname usage
  [PhpUnitBridge] Use COMPOSER_BINARY env var if available
  Allow invalidateTags calls to be traced by data collector
  [YAML] escape DEL(\x7f)
  fix compatibility with phpunit 9
  [Cache] skip APCu in chains when the backend is disabled
  [Mailer] Add a comment to avoid more wrong PRs on this piece of code
  [Form] apply automatically step=1 for datetime-local input
  remove getContainer overwrites in tests
  Fixing a bug where class_alias would cause incorrect items in debug:autowiring
  [DependencyInjection][ServiceSubscriber] Support late aliases
  Fix profiler nullable string type
2020-04-28 20:01:52 +02:00
..
Bridge Merge branch '5.0' 2020-04-12 18:48:26 +02:00
DataCollector Fix some \Throwable support remaining issues 2019-11-12 18:18:47 +01:00
Event Merge branch '4.4' 2019-09-16 07:06:55 +02:00
EventListener Fix From/Sender handling in Emails 2020-04-16 16:49:30 +02:00
Exception Allow \Throwable $previous everywhere 2019-11-12 15:51:11 +01:00
Header [Mailer] added tag/metadata support 2020-01-30 10:57:20 -05:00
Messenger [Mailer][Messenger] add return statement for MessageHandler 2020-04-11 16:01:30 +02:00
Test [Mailer] Change the DSN semantics 2019-09-02 15:50:44 +02:00
Tests Merge branch '5.0' 2020-04-15 18:09:08 +02:00
Transport Merge branch '5.0' 2020-04-28 20:01:52 +02:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore Add gitignore file for Symfony 4.3 2019-09-17 11:54:03 +02:00
CHANGELOG.md [Mailer] add ability to disable the TLS peer verification via DSN 2020-01-29 08:52:36 +01:00
composer.json Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
DelayedEnvelope.php rename SmtpEnvelope to Envelope 2019-09-12 16:17:57 +02:00
Envelope.php Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
LICENSE Update year in license files 2020-01-01 12:51:43 +01:00
Mailer.php [Mailer] Don't dispatch MessageEvent twice 2020-04-22 17:34:22 +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 Add Message-Id to SentMessage when sending an email 2019-10-12 10:43:49 +02:00
Transport.php Merge branch '5.0' 2020-03-16 14:12:54 +01:00

Mailer Component

The Mailer component helps sending emails.

Resources