From: OXx <[EMAIL PROTECTED]>
> Thanks for your answer, I will use Mail::Sender
>
> But which authentication could I use ? NTLM ?
NTLM is very likely to be supported, but you should ask the server
what protocols are supported. Have a look at the QueryAuthProtocols
in Mail::Sender's docs.
HTH,
Hello,
Thanks for your answer, I will use Mail::Sender
But which authentication could I use ? NTLM ?
Best Regards
OxXo
2006/12/13, Jenda Krynicky <[EMAIL PROTECTED]>:
From: OXx <[EMAIL PROTECTED]>
> I would like to know if it possible to use Net:smtp module with a
> Exchan
From: OXx <[EMAIL PROTECTED]>
> I would like to know if it possible to use Net:smtp module with a
> Exchange Server. In fact , I think with Exchange Server, we have a
> SMTP authentification so a simple perl script whithout
> authentification does not work. Could I use "auth" para
Hello all,
I would like to know if it possible to use Net:smtp module with a Exchange
Server.
In fact , I think with Exchange Server, we have a SMTP authentification so a
simple perl script whithout authentification does not work.
Could I use "auth" parameters?
If someone has an example and can h