Author |
|
gsccnu Newbie
Joined: 04 January 2009
Online Status: Offline Posts: 1
|
Posted: 04 January 2009 at 6:23am | IP Logged
|
|
|
Hello,
i want to use NTLM Authentication to login.
code:
Mailer.SSL = ssl;
Mailer.PortNumber = 993;
Mailer.AuthMethod =2;
Mailer.UserName = "default";
Mailer.Password = "default";
error log:
Unknown user name or bad password
Any hints are appreciated ...
Regards!
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 05 January 2009 at 10:27am | IP Logged
|
|
|
If you mean using Windows Integrated Authentication (subset of NTLM), it's supported in MailBee.NET Objects only. ActiveX version requires you to always specify username and password.
Regards,
Alex
|
Back to Top |
|
|