diff options
author | francis <francis> | 2009-10-04 21:53:53 +0000 |
---|---|---|
committer | francis <francis> | 2009-10-04 21:53:53 +0000 |
commit | 1890f41864adf2b6945a66636fbc2772b9f018cd (patch) | |
tree | d560a139fe7b87d9a46ba9ae41c169a9816d5117 /app/views/outgoing_mailer/initial_request.rhtml | |
parent | 661e12a398e5b081abf4a6232498eb20a20eaf72 (diff) |
Move the actual messages sent to authorities into a separate mailer model class (so can give them different layout, but is nice anyhow)
Diffstat (limited to 'app/views/outgoing_mailer/initial_request.rhtml')
-rw-r--r-- | app/views/outgoing_mailer/initial_request.rhtml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app/views/outgoing_mailer/initial_request.rhtml b/app/views/outgoing_mailer/initial_request.rhtml new file mode 100644 index 000000000..7c16dfd90 --- /dev/null +++ b/app/views/outgoing_mailer/initial_request.rhtml @@ -0,0 +1,18 @@ +<%= @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 + +Is <%= @info_request.public_body.request_email%> the wrong address +for <%= @info_request.law_used_full %> requests to <%= @info_request.public_body.name%>? +If so please contact us using this form: +http://www.whatdotheyknow.com/help/contact + +If you find WhatDoTheyKnow useful as an FOI officer, please ask +your web manager to suggest us on your organisation's FOI page. +------------------------------------------------------------------- |