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]

Reply via email to