Hi,

I was working on sending mail with authentication and debugging an authentication problem I noticed that in System.Web.Mail.SmtpClient.StartSend there's a couple of lines with this statement:

username != null && password != null && authenticate != 1

Checking M$ documentation http://msdn2.microsoft.com/en-us/library/ms526961.aspx I saw that value 1 is cdoBasic so it should be taken as a valid value for making authentication (2 is NTLM auth, not so common on linux).
I've changed the value I used in my program and it worked.
It's a desired difference or a coding mistake?


_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to