Skip to content

Commit

Permalink
N°4307 Replace SwiftMailer with Laminas-mail
Browse files Browse the repository at this point in the history
  • Loading branch information
steffunky committed Apr 22, 2022
1 parent c47f224 commit 178ba60
Show file tree
Hide file tree
Showing 518 changed files with 51,347 additions and 23,097 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@
"ext-mysqli": "*",
"ext-soap": "*",
"combodo/tcpdf": "6.3.5",
"laminas/laminas-mail": "^2.12",
"laminas/laminas-servicemanager": "^3.5",
"nikic/php-parser": "^4.12.0",
"pear/archive_tar": "1.4.14",
"pelago/emogrifier": "3.1.0",
"scssphp/scssphp": "1.0.6",
"swiftmailer/swiftmailer": "5.4.12",
"symfony/console": "~3.4.47",
"symfony/dotenv": "~3.4.47",
"symfony/framework-bundle": "~3.4.47",
Expand Down
632 changes: 576 additions & 56 deletions composer.lock

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions core/asynctask.class.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -409,8 +409,6 @@ static public function AddToQueue(EMail $oEMail, $oLog)
$oNew->Set('to', $oEMail->GetRecipientTO(true /* string */));
$oNew->Set('subject', $oEMail->GetSubject());

// $oNew->Set('version', 1);
// $sMessage = serialize($oEMail);
$oNew->Set('version', 2);
$sMessage = $oEMail->SerializeV2();
$oNew->Set('message', $sMessage);
Expand Down
Loading

0 comments on commit 178ba60

Please sign in to comment.