0
00_DotNetWarrior
I followed this article to do authenticated SMTP, it works fine with port
25. (using .NET framework 1.1)
http://support.microsoft.com/default.aspx?scid=kb;en-us;555287
However, if I change the port number to 10025 (my email server is running on
this port too). I got error message "Fields update failed. For further
information, examine the Status property of individual field objects."
After some testing, I found that if the port number is under 9999 and it
will work, it won't work if port number is larger and equal to 10000? Is
this a BUG?
Help..
25. (using .NET framework 1.1)
http://support.microsoft.com/default.aspx?scid=kb;en-us;555287
However, if I change the port number to 10025 (my email server is running on
this port too). I got error message "Fields update failed. For further
information, examine the Status property of individual field objects."
After some testing, I found that if the port number is under 9999 and it
will work, it won't work if port number is larger and equal to 10000? Is
this a BUG?
Help..