AW: SMTP not sending

2003-02-20 Thread Wittrock, Friedel
you have to kill the spaces in the Address: $smtp = Net::SMTP->new('dci-4vzc25o9dv7.sales. anywhere.com '); to: $smtp = Net::SMTP->new('dci-4vzc25o9dv7.sales.anywhere.com'); MfG Friedel Wittrock ___ Perl-Win32-Admin mailing list [EMAIL PROTECTED]

RE: SMTP not sending

2003-02-20 Thread Gabor Szabo
On Thu, 20 Feb 2003, Wagner, David --- Senior Programmer Analyst --- WGO wrote: > Jeff Zanzinger wrote: > > I just installed the windows 2000 server and having trouble sending > > email from ActivePerl using Net::SMTP or Mail::Sender. The perl > > program executes without error but no emails are

RE: SMTP not sending

2003-02-20 Thread Lanteigne, Bob P.
OTECTED] Subject: SMTP not sending I just installed the windows 2000 server and having trouble sending email from ActivePerl using Net::SMTP or Mail::Sender. The perl program executes without error but no emails are ever sent out. Your guidance is greatly appreciated! Below is the perl program

Re: SMTP not sending

2003-02-20 Thread Dirk Bremer \(NISC\)
- Original Message - From: "Jeff Zanzinger" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 20, 2003 14:17 Subject: SMTP not sending > I just installed the windows 2000 server and having trouble sending > email from ActivePerl using Net

RE: SMTP not sending

2003-02-20 Thread Wagner, David --- Senior Programmer Analyst --- WGO
Jeff Zanzinger wrote: > I just installed the windows 2000 server and having trouble sending > email from ActivePerl using Net::SMTP or Mail::Sender. The perl > program executes without error but no emails are ever sent out. Your > guidance is greatly appreciated! Below is the perl program. > >

SMTP not sending

2003-02-20 Thread Jeff Zanzinger
I just installed the windows 2000 server and having trouble sending email from ActivePerl using Net::SMTP or Mail::Sender. The perl program executes without error but no emails are ever sent out. Your guidance is greatly appreciated! Below is the perl program. use Net::SMTP; $smtp = Net::SMTP-