aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/outgoing_mailer/initial_request.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/outgoing_mailer/initial_request.html.erb')
-rw-r--r--app/views/outgoing_mailer/initial_request.html.erb13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/views/outgoing_mailer/initial_request.html.erb b/app/views/outgoing_mailer/initial_request.html.erb
new file mode 100644
index 000000000..d537a20bc
--- /dev/null
+++ b/app/views/outgoing_mailer/initial_request.html.erb
@@ -0,0 +1,13 @@
+<%= @outgoing_message.body.strip %>
+
+-------------------------------------------------------------------
+
+<%= _('Please use this email address for all replies to this request:')%>
+<%= @info_request.incoming_email %>
+
+<%= _('Is {{email_address}} the wrong address for {{type_of_request}} requests to {{public_body_name}}? If so, please contact us using this form:', :email_address => @info_request.public_body.request_email, :type_of_request => @info_request.law_used_full, :public_body_name => @info_request.public_body.name)%>
+<%= help_contact_url %>
+
+<%= render :partial => 'followup_footer' %>
+
+-------------------------------------------------------------------