Skip to content
Snippets Groups Projects
  1. Jul 04, 2019
    • Benni Mack's avatar
      [!!!][FEATURE] Replace SwiftMailer with symfony/mailer and symfony/mime · 2604de30
      Benni Mack authored
      SwiftMailer is not in active development anymore
      as the author created the successor symfony/mailer
      and symfony/mime packages to create and send
      emails.
      
      This is a breaking change, as PHP mail() is not
      supported anymore. This is now automatically
      switched to "sendmail".
      
      In addition \Symfony\Mime\Email has a different
      signature than \Swift_Message, which will
      cause some trouble, however we've managed
      to overcome most of that functionality to
      stay backwards-compatible.
      
      Also, all extensions extending from SwiftMailer
      will fail as the package is be removed
      with this patch.
      
      Spooling has been reimplemented as direct transport
      methods (DelayedTransportInterface) instead of
      Symfony Messaging for the time being.
      
      Used composer commands:
       * composer require symfony/mailer symfony/mime
       * composer remove swiftmailer/swiftmailer
      
      Resolves: #88643
      Releases: master
      Change-Id: Ic02db633392f1d0d7b7061e7b322435f892d2c04
      Reviewed-on: https://review....
      2604de30
  2. Jul 03, 2019
  3. Jul 02, 2019
  4. Jul 01, 2019
  5. Jun 29, 2019
  6. Jun 28, 2019
  7. Jun 27, 2019