Thanks for the reply, Josh.  It helped me out a lot, because I scoped in on
my true problem-the MailHost directive.  I eventually got it running with
this:

PerlSetVar MailHost localhost

This information is for posterity's sake.  If anyone else comes along with
this problem, maybe my effort will help them out.  Thanks again.

Thom Crane

-----Original Message-----
From: Josh Chamas [mailto:josh@;chamas.com]
Sent: Monday, October 28, 2002 12:30 AM
To: Thom Crane
Cc: [EMAIL PROTECTED]
Subject: Re: $Server-Mail()


Thom Crane wrote:
> Hi all,
>       When I try to use $Server->Mail() as outlined on the Apache::ASP web
site,
> I get an error that says "can't connect to SMTP server with args
> HASH(0x865fa80)".  This is when I ust the $Server->Mail({
>                                                                                      
>                                 To => 'email here',

This HASH output is just a problem in how the error message is logged,
which I will have fixed in 2.47.

If you would like to get more information about what happened
at the Net::SMTP level, just set PerlSetVar Debug -1 for system
level debugging, and you will get a whole slew of SMTP debug messages.

The biggest thing to watch out for it setting MailHost config
so $Server->Mail knows what to connect to.

Regards,

Josh
________________________________________________________________
Josh Chamas, Founder                   phone:925-552-0128
Chamas Enterprises Inc.                http://www.chamas.com
NodeWorks Link Checking                http://www.nodeworks.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to