mirror of
https://github.com/silverstripe/silverstripe-contentreview
synced 2024-10-22 17:05:47 +02:00
23 lines
970 B
Scheme
23 lines
970 B
Scheme
<p>This is a list of dynamic variables that you can use in the <strong>First</strong> and <strong>Second</strong> reminder email templates.</p>
|
|
|
|
<ul>
|
|
<li>$Subject - Email subject line</li>
|
|
<li>$FirstReminderPagesCount - Number of pages approaching review date (first reminder)</li>
|
|
<li>$SecondReminderPagesCount - Number of pages approaching review date (second reminder)</li>
|
|
<li>$FromEmail - Sender email address</li>
|
|
<li>$ToEmail - The email receivers email</li>
|
|
</ul>
|
|
|
|
<br>
|
|
|
|
<p>This is a list of dynamic variables that you can use in the <strong>Due</strong> email template.</p>
|
|
|
|
<ul>
|
|
<li>$Subject - Email subject line</li>
|
|
<li>$PagesCount - Number of pages pending review</li>
|
|
<li>$FromEmail - Sender email address</li>
|
|
<li>$ToFirstName - The email receivers first name</li>
|
|
<li>$ToSurname - The email receivers surname</li>
|
|
<li>$ToEmail - The email receivers email</li>
|
|
</ul>
|