Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Closs committed Jun 11, 2012
1 parent bc0154c commit 890f382
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/send-protest
Expand Up @@ -17,7 +17,7 @@ BEGIN {


my %opts; my %opts;
GetOptions( \%opts, GetOptions( \%opts,
'cc=s', 'cc',
); );


my $member_id = shift || die "USAGE: $0 <member_id>";; my $member_id = shift || die "USAGE: $0 <member_id>";;
Expand All @@ -37,6 +37,7 @@ for my $recip (@to) {
warn "Sending mail to $recip"; warn "Sending mail to $recip";
email { email {
from => $member_emails[0], from => $member_emails[0],
reply_to => $member_emails[0],
to => $recip, to => $recip,
subject => "Taxation of Biofuels", subject => "Taxation of Biofuels",
type => 'html', type => 'html',
Expand Down

0 comments on commit 890f382

Please sign in to comment.