From 64ed7b8c527bcf3e689a3f61fcdb8b4185460936 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 7 Mar 2002 14:13:21 +0000 Subject: [PATCH] better error msgs for mail errors --- FS/FS/cust_bill.pm | 3 +-- 1 file changed, 1 insertion(+), 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 -- 2.11.0