diff options
author | matthew <matthew> | 2007-02-06 09:42:44 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-02-06 09:42:44 +0000 |
commit | a9906c986979e448508e169e379fd00eecdde223 (patch) | |
tree | 20118cfa8f6b1801afcef9eee87386a01ea51ef4 | |
parent | adeda35db6a996a3e7b7a6556a10fb815de2a21c (diff) |
Set council emails Reply-To: to be the user.
-rwxr-xr-x | bin/send-reports | 3 | ||||
-rw-r--r-- | templates/emails/submit-council | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/bin/send-reports b/bin/send-reports index 8a24805b2..0be6d3db8 100755 --- a/bin/send-reports +++ b/bin/send-reports @@ -6,7 +6,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: send-reports,v 1.8 2007-02-05 19:48:06 matthew Exp $ +# $Id: send-reports,v 1.9 2007-02-06 09:42:44 matthew Exp $ use strict; require 5.8.0; @@ -68,6 +68,7 @@ foreach my $row (@$unsent) { _parameters_ => \%h, From => [ mySociety::Config::get('CONTACT_EMAIL'), mySociety::Config::get('CONTACT_NAME') ], To => \@to, + 'Reply-To' => [ [ $row->{email}, $row->{name} ] ] }); my $result; diff --git a/templates/emails/submit-council b/templates/emails/submit-council index d5e3e24f1..a12d45011 100644 --- a/templates/emails/submit-council +++ b/templates/emails/submit-council @@ -19,6 +19,8 @@ please visit the following link: <?=$values['url']?> +Replies to this email will go to the user who submitted the problem. + Yours, The Neighbourhood Fix-It team [ This message was sent via NeighbourhoodFixIt.com, a project of |