diff options
-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 |