aboutsummaryrefslogtreecommitdiffstats
path: root/bin/send-questionnaires
diff options
context:
space:
mode:
authormatthew <matthew>2008-11-18 17:29:50 +0000
committermatthew <matthew>2008-11-18 17:29:50 +0000
commitd85c4e8188e52b9f17fb41924693e74db5a7f7da (patch)
treeae96db416712ae204c64e390701273d8865509e0 /bin/send-questionnaires
parent1ae1ad81dbeb654891d3c28c005e94e71f144869 (diff)
Tweaks.
Diffstat (limited to 'bin/send-questionnaires')
-rwxr-xr-xbin/send-questionnaires4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/send-questionnaires b/bin/send-questionnaires
index ebd1be8fc..0e3d3c01f 100755
--- a/bin/send-questionnaires
+++ b/bin/send-questionnaires
@@ -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-questionnaires,v 1.8 2008-10-07 16:44:09 matthew Exp $
+# $Id: send-questionnaires,v 1.9 2008-11-18 17:29:50 matthew Exp $
use strict;
require 5.8.0;
@@ -83,7 +83,7 @@ foreach my $row (@$unsent) {
_template_ => $template,
_parameters_ => \%h,
To => [ [ $row->{email}, $row->{name} ] ],
- From => [ $sender, 'FixMyStreet' ],
+ From => [ $sender, mySociety::Config::get('CONTACT_NAME') ],
'Message-ID' => sprintf('<ques-%s-%s@mysociety.org>', time(), unpack('h*', random_bytes(5, 1))),
});