On 5/19/05, Graeme McLaren wrote:
> Hi all, I'm wanting to use the Mail::Sender module.  When sending emails
> I'll need to use an SMTP server.  On CPAN I found the following in the
> documentation, is this all I would need to send email?  What is the "auth"
> key for?  Surely all you need is a host, username and password?
> 

If indeed you are using a login method (username and password), then
replace "NTLM" with LOGIN. So instead of:

>    auth => 'NTLM',

Use:

>    auth => 'LOGIN',

HTH,
-- 
Offer Kaye

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to