Sha256: 7b1f85cb957e1cb00a7aeb42515f449df2ae87182a3b43e37bb2b5342f8295f4

Contents?: true

Size: 855 Bytes

Versions: 17

Compression:

Stored size: 855 Bytes

Contents

<div class="post">
  <div class="post-title">
    <h2>Subject: <%= @mail_log.subject %></h2>
  </div>

  <div class="post-body">
    <table class="data-table largest">
      <tr>
        <td>recipient</td>
        <td><%= @mail_log.recipient %></td>
      </tr>
      <tr>
        <td>sender</td>
        <td><%= @mail_log.sender %></td>
      </tr>
      <tr>
        <td>Mime type</td>
        <td><%= @mail_log.mime_type %></td>
      </tr>
      <tr>
        <td>Mail template path</td>
        <td><pre><%= @mail_log.mail_template_path %></pre></td>
      </tr>
      <tr>
        <td>Raw Body</td>
        <td><pre><%= @mail_log.raw_body %></pre></td>
      </tr>
      <tr>
        <td>Sent at</td>
        <td><%= @mail_log.created_at %></td>
      </tr>
    </table>
  </div>
  <br />
  <h2>
  <%= link_to 'Back', mail_logs_path %>
  </h2>
</div>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
mail_engine-0.1.15 app/views/mail_engine/mail_logs/show.html.erb
mail_engine-0.1.14 app/views/mail_engine/mail_logs/show.html.erb
mail_engine-0.1.13 app/views/mail_engine/mail_logs/show.html.erb
mail_engine-0.1.12 app/views/mail_engine/mail_logs/show.html.erb
mail_engine-0.1.11 app/views/mail_engine/mail_logs/show.html.erb
mail_engine-0.1.10 app/views/mail_engine/mail_logs/show.html.erb
mail_engine-0.1.9 app/views/mail_engine/mail_logs/show.html.erb
mail_engine-0.1.8 app/views/mail_engine/mail_logs/show.html.erb
mail_engine-0.1.7 app/views/mail_engine/mail_logs/show.html.erb
mail_engine-0.1.6 app/views/mail_engine/mail_logs/show.html.erb
mail_engine-0.1.5 app/views/mail_engine/mail_logs/show.html.erb
mail_engine-0.1.4 app/views/mail_engine/mail_logs/show.html.erb
mail_engine-0.1.3 app/views/mail_engine/mail_logs/show.html.erb
mail_engine-0.1.2 app/views/mail_engine/mail_logs/show.html.erb
mail_engine-0.1.1 app/views/mail_engine/mail_logs/show.html.erb
mail_engine-0.1.0 app/views/mail_engine/mail_logs/show.html.erb
mail_engine-0.0.1 app/views/mail_engine/mail_logs/show.html.erb