diff options
author | matthew <matthew> | 2007-03-08 14:10:38 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-03-08 14:10:38 +0000 |
commit | 721945a2ffde1804ca492f7df4a57d6b9a0687fa (patch) | |
tree | c320c8792ce4d7b1b53d64a009ce194fd0e5e794 | |
parent | 256600ceba3729ed67755af0cfe927461233c477 (diff) |
Nope, even a Sender is enough to have emails come to us instead...
-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} ] }); |