mirror of
https://github.com/espocrm/espocrm.git
synced 2026-03-03 02:27:01 +00:00
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('{optOutLink}', $optOutLink, $body);
|
||||
$body = str_replace('{queueItemId}', $queueItem->getId(), $body);
|
||||
|
||||
foreach ($trackingUrlList as $trackingUrl) {
|
||||
$url = $this->getTrackUrl($trackingUrl, $queueItem);
|
||||
|
||||
Reference in New Issue
Block a user