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:
parent
60856cc6f5
commit
8731aa60cd
|
|
@ -28,6 +28,16 @@ ${account}@${domain_name}
|
||||||
${caller_id_number}
|
${caller_id_number}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</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>
|
<tr>
|
||||||
<td style="color: #333; font-family: Arial; font-size: 12px; padding-bottom: 11px;">
|
<td style="color: #333; font-family: Arial; font-size: 12px; padding-bottom: 11px;">
|
||||||
<strong>Message</strong>
|
<strong>Message</strong>
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,16 @@ ${account}@${domain_name}
|
||||||
${caller_id_number}
|
${caller_id_number}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</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>
|
<tr>
|
||||||
<td style="color: #333; font-family: Arial; font-size: 12px; padding-bottom: 11px;">
|
<td style="color: #333; font-family: Arial; font-size: 12px; padding-bottom: 11px;">
|
||||||
<strong>Message</strong>
|
<strong>Message</strong>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue