<% else %>
<% end %>
<% if I18n.available_locales.count > 1 %>
Locale:
<% end %>
<% unless @email.header_fields.nil? || @email.header_fields.empty? %>
Headers:
Show all headers
<% @email.header_fields.each do |field| %>
<%= field.name %>:
<%= field.value %>
<% end %>
<% end %>
EML File:
<%= link_to "Download", action: :download %>
<% if @part && @part.mime_type %>
<% else %>
You are trying to preview an email that does not have any content.
This is probably because the mail method has not been called in <%= @preview.preview_name %>#<%= @email_action %>.