-----Original Message-----
>From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
>Sent: Aug 8, 2007 5:06 AM
>To: beginners@perl.org
>Subject: SMTP TRACE
>
>If i were to copy and paste some code, would any of you know how to
>turn on smtp trace?

Sure you can.Just open the Debug mode when using Net::SMTP,
    $smtp = Net::SMTP->new('mailhost',
                           Hello => 'my.mail.domain',
                           Timeout => 30,
                           Debug   => 1,
                          );

But you need to know the SMTP talking session,which is referered to RFC821/2821.

>I've never taken any perl classes before and my attempt at learning
>isn't going well. 

Just post your troubles here,the list can help you.

--
Jeff Pang <[EMAIL PROTECTED]>
http://home.arcor.de/jeffpang/

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to