Description Postal mail reports app
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

47 lines
687 B

<div id="<%= dom_id delivery %>">
<p>
<strong>Message:</strong>
<%= delivery.message_id %>
</p>
<p>
<strong>Status:</strong>
<%= delivery.status %>
</p>
<p>
<strong>Code:</strong>
<%= delivery.code %>
</p>
<p>
<strong>Output:</strong>
<%= delivery.output %>
</p>
<p>
<strong>Details:</strong>
<%= delivery.details %>
</p>
<p>
<strong>Sent with ssl:</strong>
<%= delivery.sent_with_ssl %>
</p>
<p>
<strong>Log:</strong>
<%= delivery.log_id %>
</p>
<p>
<strong>Timestamp:</strong>
<%= delivery.timestamp %>
</p>
<p>
<strong>Time:</strong>
<%= delivery.time %>
</p>
</div>