diff options
author | francis <francis> | 2009-06-09 03:02:03 +0000 |
---|---|---|
committer | francis <francis> | 2009-06-09 03:02:03 +0000 |
commit | eefaae7b371bcae54bcf2d49a3b5ed3f2527c1d2 (patch) | |
tree | 8280dd1d7b54291f0cf7376c9d5608340758e600 | |
parent | 65475f92555ffa0cf01d393c77e1f7a34764e602 (diff) |
Add email address into footer
-rw-r--r-- | app/views/request_mailer/followup.rhtml | 3 | ||||
-rw-r--r-- | app/views/request_mailer/initial_request.rhtml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/app/views/request_mailer/followup.rhtml b/app/views/request_mailer/followup.rhtml index 9d4ca488a..1050be7a4 100644 --- a/app/views/request_mailer/followup.rhtml +++ b/app/views/request_mailer/followup.rhtml @@ -3,6 +3,9 @@ <%= @outgoing_message.quoted_part_to_append_to_email.strip %> ------------------------------------------------------------------- +Please use this email address for all replies to this request: +<%= @info_request.incoming_email %> + Disclaimer: This message and any reply that you make will be published on the internet. Our privacy and copyright policies: http://www.whatdotheyknow.com/help/about#officers diff --git a/app/views/request_mailer/initial_request.rhtml b/app/views/request_mailer/initial_request.rhtml index 10fc5e1a6..380ea21bc 100644 --- a/app/views/request_mailer/initial_request.rhtml +++ b/app/views/request_mailer/initial_request.rhtml @@ -1,6 +1,9 @@ <%= @outgoing_message.body.strip %> ------------------------------------------------------------------- +Please use this email address for all replies to this request: +<%= @info_request.incoming_email %> + Disclaimer: This message and any reply that you make will be published on the internet. Our privacy and copyright policies: http://www.whatdotheyknow.com/help/about#officers |