On 8/27/07, Jenda Krynicky <[EMAIL PROTECTED]> wrote:
> From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> > Here's my code
> > sorry its long!
> > its for trouble ticket express
> >
> > package TTXMail;
>
> Forget this an use a higher level module than Net::SMTP!
> MIME::Lite should
From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> Here's my code
> sorry its long!
> its for trouble ticket express
>
> package TTXMail;
Forget this an use a higher level module than Net::SMTP!
MIME::Lite should make your life much easier, and will still give you
the option to us
Here's my code
sorry its long!
its for trouble ticket express
package TTXMail;
use strict;
use TTXData;
use TTXMarkup;
my $hasb64 = 1;
$hasb64 = 0 unless eval "require MIME::Base64";
my $mailer;
my $smtphost;
my $usesmtp;
my $CRLF= "\015\012";
my $doemailfix = 0;
#
-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