raptor wrote:
> 
> hi,
> 
> probably is good to be mentioned in the docs that u can debug mail sending
> via Debug => 1 :
> $Server->Mail(\%mail, %smtp_args);
> 
> i.e.
> $Server->Mail(\%mail, Debug => 1);
> 

Also, what works is $Server->Mail({ %mail, Debug => 1 });
I'll update the docs for this for the next release.  Thanks.

-- Josh

_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks Founder                       Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

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

Reply via email to