Hi,
We're migrating from windows 2003 to 2008 32bits (not R2)
and we facing problems sending mails from a winform app.
I've setup a simple vbscript in order to test and a console app as well.
everything goes well while seding emails using the vbsccript (CDO.message) but failed when using the console app (using the System.Net.Mail namespace)
i run both as the same user account, targeting the same smtp server with the same credentials on the same smtp port.
Any idea?