Put the message date back in the email template but comment it out. It's removed by default because it doesn't respect the timezone per domain.

This commit is contained in:
Mark Crane 2015-05-05 17:23:25 +00:00
parent 7c03d2955a
commit 1fbd2a332b
2 changed files with 20 additions and 0 deletions

View File

@ -28,6 +28,16 @@ ${account}@${domain_name}
${caller_id_number}
</td>
</tr>
<!--
<tr>
<td style="color: #333; font-family: Arial; font-size: 12px; padding-bottom: 11px;">
<strong>Received</strong>
</td>
<td style="color: #666; font-family: Arial; font-size: 12px; padding-bottom: 11px;">
${message_date}
</td>
</tr>
-->
<tr>
<td style="color: #333; font-family: Arial; font-size: 12px; padding-bottom: 11px;">
<strong>Message</strong>

View File

@ -28,6 +28,16 @@ ${account}@${domain_name}
${caller_id_number}
</td>
</tr>
<!--
<tr>
<td style="color: #333; font-family: Arial; font-size: 12px; padding-bottom: 11px;">
<strong>Received</strong>
</td>
<td style="color: #666; font-family: Arial; font-size: 12px; padding-bottom: 11px;">
${message_date}
</td>
</tr>
-->
<tr>
<td style="color: #333; font-family: Arial; font-size: 12px; padding-bottom: 11px;">
<strong>Message</strong>