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]
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
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
- 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
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.
>
>
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-