Hi,
> 
> Thank Gerald for reply about "session problem", but now I 
> have another question regarding mail sending:
>  
> part of simple script:
>  
> use Net::SMTP;
> $smtp = Net::SMTP->new('localhost')  or die "Cannot connect 
> to mailhost";
> 
> from apache not works with message:
> Error in Perl code: Cannot connect to mailhost 
>  

Try with Net::SMTP->new('localhost', Debug   => 1) . This should give you
some information what's going on in the syslog

>  
> PS2: embperl 2.2.0 "make test" finished at line:
> ...
> #194 EmbperlObject/epoincdiv.htm...
> Error in Line 286
> Is:     ><P>2.2.0<P><
> Should: ><P>2.1<
> Input:          test/html/EmbperlObject/epoincdiv.htm
> Output:         test/tmp/out.htm
> Compared to:    test/cmp/epoincdiv.htm
> Log:            test/tmp/test.log

This is already fixed in my developement version. Seems like it's time for
2.2.1

Gerald


 
** Virus checked by BB-5000 Mailfilter ** 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to