diff options
Diffstat (limited to 'bin/send-reports')
-rwxr-xr-x | bin/send-reports | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/send-reports b/bin/send-reports index 688d9f08e..aef9b7059 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.16 2007-03-08 11:37:42 matthew Exp $ +# $Id: send-reports,v 1.17 2007-03-08 14:10:38 matthew Exp $ use strict; require 5.8.0; @@ -84,7 +84,6 @@ foreach my $row (@$unsent) { my $email = mySociety::Email::construct_email({ _template_ => $template, _parameters_ => \%h, - Sender => [ mySociety::Config::get('CONTACT_EMAIL'), mySociety::Config::get('CONTACT_NAME') ], To => \@to, From => [ $row->{email}, $row->{name} ] }); |