mass email: queue item ID placeholder

This commit is contained in:
Yuri Kuznetsov
2024-09-18 15:21:38 +03:00
parent 7bcd5b5bdb
commit cfca78e233

View File

@@ -613,6 +613,7 @@ class SendingProcessor
$body = str_replace('{optOutUrl}', $optOutUrl, $body);
$body = str_replace('{optOutLink}', $optOutLink, $body);
$body = str_replace('{queueItemId}', $queueItem->getId(), $body);
foreach ($trackingUrlList as $trackingUrl) {
$url = $this->getTrackUrl($trackingUrl, $queueItem);