[freeside] Cant Send invoice Email error

ivan ivan at 420.am
Thu Mar 7 01:31:15 PST 2002


Make sure the `smtpmachine' configuration value is set.

Add

  'Debug' => 1,

to cust_main.pm as follows, reinstall the FS perl modules & restart
apache, and report the full SMTP trace

          my $message = new Mail::Internet (
            'Header' => $header,
            'Body' => [ $cust_bill->print_text ], #( date)
            'Debug' => 1,
          );


On Thu, Mar 07, 2002 at 11:40:00AM +0300, System Administrator - Andrew Wafula wrote:
> I have just upgraded from 1.2.3 to 1.3.1 and I get the following error when
> trying to send invoices
> 
> Software error:
> 
> Can't send invoice email! at /usr/lib/perl5/site_perl/5.6.0/FS/cust_main.pm
> line 837.
> 
> This is obtained after clicking 'Bill Now' on the Customer view page.
> 
> The following is what I have
> 
> RedHat 7.2
> Apache 1.3.22
> FS 1.3.1
> Perl 5.6.1
> MySQL 3.23.41
> DBIx::DBSchema 0.19
> Mail::Internet 1.43
> Mail::Header 1.43
> 
> Please help,
> 
> Thanks,
> 
> Andrew
> 
> 

-- 
_ivan



More information about the freeside-users mailing list