Re: use Net::SMTP with Exchange server

2006-12-14 Thread Jenda Krynicky
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,

Re: use Net::SMTP with Exchange server

2006-12-13 Thread OXx
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

Re: use Net::SMTP with Exchange server

2006-12-13 Thread Jenda Krynicky
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

use Net::SMTP with Exchange server

2006-12-13 Thread OXx
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