Fixing accidental commit
authorJonathan Prykop <jonathan@freeside.biz>
Tue, 27 Jan 2015 22:46:18 +0000 (16:46 -0600)
committerJonathan Prykop <jonathan@freeside.biz>
Tue, 27 Jan 2015 22:46:18 +0000 (16:46 -0600)
FS/FS/Misc.pm

index 036c32d..f597058 100644 (file)
@@ -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')) {