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
[EMAIL PROTECTED] wrote:
#1. I am not a SIR I am a Miss
#2 I was told I could post this...im my other post I had said I didn't
have any
experience with Perl, I didn't have any classes in college and my boss
gave me a side project to do. I'm trying to avoid paying 60 dollars an
hour for troublesh
On 8/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
snip
> my $cfg = TTXData::get('CONFIG');
snip
> if ($cfg->get('smtptrace')) {
snip
> open STDERR, '>>'.$cfg->get('basedir').'/smtptrace.txt';
snip
> my $s = Net::SMTP->new($smtphost, Debug => $cfg-
> >get('smtptrace') ? 1:0);
#1. I am not a SIR I am a Miss
#2 I was told I could post this...im my other post I had said I didn't
have any
experience with Perl, I didn't have any classes in college and my boss
gave me a side project to do. I'm trying to avoid paying 60 dollars an
hour for troubleshooting.
On Aug 23, 11:40
> ""[EMAIL PROTECTED]" == "[EMAIL PROTECTED] com" <[EMAIL PROTECTED]>
> writes:
"[EMAIL PROTECTED]> Im using Trouble Tickets express and they want to charge me
for
"[EMAIL PROTECTED]> troubleshooting
... so instead, I'll post it here, and try to get free consulting advice from
experts,
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;
#
Ok..I posted a few weeks ago (ive been so busy at work its not funny)
Im using Trouble Tickets express and they want to charge me for
troubleshooting
but i need to know how to turn on SMTP Trace so I can figure out what
my problem is.
package TTXMail;
use strict;
use TTXData;
use TTXMarkup;
my
-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.Ju
If i were to copy and paste some code, would any of you know how to
turn on smtp trace?
I've never taken any perl classes before and my attempt at learning
isn't going well. I have a project I have to do for work and am to
take any measures at figuring out how to get our trouble tic
10 matches
Mail list logo