1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-22 03:57:02 +00:00

Added "To:" header

This commit is contained in:
Tomasz Wojtuń
2016-09-01 15:01:34 +02:00
committed by James Hillyerd
parent 1856deae46
commit 124f830478
6 changed files with 23 additions and 0 deletions

View File

@@ -52,6 +52,8 @@
<dl class="dl-horizontal">
<dt>From:</dt>
<dd>{{.message.From}}</dd>
<dt>To:</dt>
<dd>{{.message.To}}</dd>
<dt>Date:</dt>
<dd>{{.message.Date}}</dd>
<dt>Subject:</dt>

View File

@@ -13,6 +13,10 @@
<th>From:</th>
<td>{{.message.From}}</td>
</tr>
<tr>
<th>To:</th>
<td>{{.message.To}}</td>
</tr>
<tr>
<th>Date:</th>
<td>{{.message.Date}}</td>