We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4e7da4 commit ae8119fCopy full SHA for ae8119f
lib/temp_mail/templates/emails.html.eex
@@ -10,9 +10,9 @@
10
<ul>
11
<%= for email <- @emails do %>
12
<li>
13
+ <strong>Subject:</strong> <%= email.subject %><br>
14
<strong>From:</strong> <%= email.from %><br>
15
<strong>To:</strong> <%= Enum.join(email.to, ", ") %><br>
- <strong>Subject:</strong> <%= email.subject %><br>
16
<strong>Content:</strong> <%= email.content %><br>
17
<strong>Received at:</strong> <%= Timex.format!(Timex.from_unix(email.received_at, :seconds), "{ISO:Extended}") %><br>
18
</li>
0 commit comments