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