Or you could enalbe the Debug flag on the object:

        $smtp = Net::SMTP->new('mailhost',
                               Hello => 'my.mail.domain'
                               Timeout => 30,
                               Debug   => 1,
                              );
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to