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 ae00ff4cfa Merge branch '5.0'
* 5.0: (38 commits)
  [Security] Check UserInterface::getPassword is not null before calling needsRehash
  gracefully handle missing event dispatchers
  Fix TokenStorage::reset not called in stateless firewall
  [DotEnv] Remove `usePutEnv` property default value
  [HttpFoundation] get currently session.gc_maxlifetime if ttl doesnt exists
  Set up typo fix
  [DependencyInjection] Handle env var placeholders in CheckTypeDeclarationsPass
  [Cache] fix memory leak when using PhpArrayAdapter
  [Validator] Allow underscore character "_" in URL username and password
  [TwigBridge] Update bootstrap_4_layout.html.twig
  [DoctrineBridge] Removed QueryBuilder type hint in getLoader()
  [FrameworkBundle][SodiumVault] Create secrets directory only when needed
  fix parsing negative octal numbers
  [String] implement __sleep()/__wakeup() on strings
  Fixed translations file dumper behavior
  [Routing][ObjectLoader] Remove forgotten deprecation after merge
  [SecurityBundle] Passwords are not encoded when algorithm set to \"true\"
  [DependencyInjection] Resolve expressions in CheckTypeDeclarationsPass
  [SecurityBundle] Properly escape regex in AddSessionDomainConstraintPass
  do not validate passwords when the hash is null
  ...
2019-12-07 17:42:39 +01:00
..
Bridge Merge branch '5.0' 2019-11-27 01:54:57 +01: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 [Mailer] added message events logger 2019-08-04 17:13:13 +02:00
Exception Allow \Throwable $previous everywhere 2019-11-12 15:51:11 +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 Merge branch '4.3' into 4.4 2019-10-30 14:23:44 +01:00
Transport Merge branch '4.4' into 5.0 2019-12-07 17:40:37 +01:00
.gitattributes Add .gitignore to .gitattributes 2019-10-12 01:35:04 +01:00
.gitignore Add gitignore file for Symfony 4.3 2019-09-17 11:54:03 +02:00
CHANGELOG.md [Mailer] Add UPGRADE entry about the null transport DSN 2019-11-14 15:24:33 +01:00
composer.json Merge branch '5.0' 2019-11-21 08:02:52 +01: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 ensure legacy event dispatcher compatibility 2019-09-25 16:41:08 +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 [Mailer] Rename an exception class 2019-09-12 19:43:44 +01:00

Mailer Component

The Mailer component helps sending emails.

Resources