diff options
author | Henare Degan <henare.degan@gmail.com> | 2013-03-05 13:19:37 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2013-03-05 13:19:37 +1100 |
commit | eb8a3cc5ad07286a69d4d031b94c75fc9c76a7b5 (patch) | |
tree | 2a64b0ef2aa11a4e92c9ccd90addbbac785b1845 /app/views/outgoing_mailer/initial_request.text.erb | |
parent | b03451b6253b0c0ecd202b48f7a702b7e6844a90 (diff) |
All our emails are text, not HTML
Diffstat (limited to 'app/views/outgoing_mailer/initial_request.text.erb')
-rw-r--r-- | app/views/outgoing_mailer/initial_request.text.erb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app/views/outgoing_mailer/initial_request.text.erb b/app/views/outgoing_mailer/initial_request.text.erb new file mode 100644 index 000000000..d537a20bc --- /dev/null +++ b/app/views/outgoing_mailer/initial_request.text.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' %> + +------------------------------------------------------------------- |