mass email: queue item ID placeholder
This commit is contained in:
@@ -613,6 +613,7 @@ class SendingProcessor
|
|||||||
|
|
||||||
$body = str_replace('{optOutUrl}', $optOutUrl, $body);
|
$body = str_replace('{optOutUrl}', $optOutUrl, $body);
|
||||||
$body = str_replace('{optOutLink}', $optOutLink, $body);
|
$body = str_replace('{optOutLink}', $optOutLink, $body);
|
||||||
|
$body = str_replace('{queueItemId}', $queueItem->getId(), $body);
|
||||||
|
|
||||||
foreach ($trackingUrlList as $trackingUrl) {
|
foreach ($trackingUrlList as $trackingUrl) {
|
||||||
$url = $this->getTrackUrl($trackingUrl, $queueItem);
|
$url = $this->getTrackUrl($trackingUrl, $queueItem);
|
||||||
|
|||||||
Reference in New Issue
Block a user