aboutsummaryrefslogblamecommitdiffstats
path: root/app/views/action_mailroom/inbound_emails/new.html.erb
blob: dfd0bd7ea50972329d996a286ae4ed51bb2fbb41 (plain) (tree)
1
2
3
4
5
6
7
8







                                                                                 
<% provide :title, "Deliver new inbound email" %>

<h1>Deliver new inbound email</h1>

<%= form_with(url: main_app.rails_inbound_emails_url, remote: false) do |form| %>
  <%= form.file_field :message, size: "150x50", autofocus: true %><br>
  <%= form.submit "Deliver inbound email" %>
<% end %>