From: Jonathan Prykop Date: Tue, 27 Jan 2015 22:46:18 +0000 (-0600) Subject: Fixing accidental commit X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=8d5e4e82f9ddcc1697d9ac94bfbc4a5bbe3c5caf Fixing accidental commit --- diff --git a/FS/FS/Misc.pm b/FS/FS/Misc.pm index 036c32d4e..f597058ef 100644 --- a/FS/FS/Misc.pm +++ b/FS/FS/Misc.pm @@ -255,9 +255,9 @@ sub send_email { push @to, $options{bcc} if defined($options{bcc}); local $@; # just in case -# eval { sendmail($message, { transport => $transport, -# from => $from, -# to => \@to }) }; + eval { sendmail($message, { transport => $transport, + from => $from, + to => \@to }) }; my $error = ''; if(ref($@) and $@->isa('Email::Sender::Failure')) {