From 9d798ca9c038059df479233ddc4d35711826bd93 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 3 Dec 2018 15:52:08 -0800 Subject: Allow CC, BCC, and In-Reply-To mail attributes to be set on new delivery --- .../conductor/action_mailbox/inbound_emails/new.html.erb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'app/views') diff --git a/app/views/rails/conductor/action_mailbox/inbound_emails/new.html.erb b/app/views/rails/conductor/action_mailbox/inbound_emails/new.html.erb index be989ff0bc..7f1ec74496 100644 --- a/app/views/rails/conductor/action_mailbox/inbound_emails/new.html.erb +++ b/app/views/rails/conductor/action_mailbox/inbound_emails/new.html.erb @@ -13,6 +13,21 @@ <%= form.text_field :to %> +
+ <%= form.label :cc, "CC" %>
+ <%= form.text_field :cc %> +
+ +
+ <%= form.label :bcc, "BCC" %>
+ <%= form.text_field :bcc %> +
+ +
+ <%= form.label :in_reply_to, "In-Reply-To" %>
+ <%= form.text_field :in_reply_to %> +
+
<%= form.label :subject, "Subject" %>
<%= form.text_field :subject %> -- cgit v1.2.3