diff options
author | ivan <ivan> | 2002-03-07 14:13:21 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-03-07 14:13:21 +0000 |
commit | 64ed7b8c527bcf3e689a3f61fcdb8b4185460936 (patch) | |
tree | 1da1b44a27239b32e636046e1936e79e3ffc6df2 | |
parent | 9208e850bf047eb4a4438ad3958b7891370d2cb1 (diff) |
better error msgs for mail errors
-rw-r--r-- | FS/FS/cust_bill.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index 6de88cc38..c3524b984 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -401,7 +401,6 @@ sub send { my $message = new Mail::Internet ( 'Header' => $header, 'Body' => [ $self->print_text ], #( date) - #'Debug' => 1, ); $!=0; $message->smtpsend( Host => $smtpmachine ) @@ -883,7 +882,7 @@ sub print_text { =head1 VERSION -$Id: cust_bill.pm,v 1.21 2002-03-07 14:10:10 ivan Exp $ +$Id: cust_bill.pm,v 1.22 2002-03-07 14:13:21 ivan Exp $ =head1 BUGS |