OpenSmtp.Net latest Release
So I released OpenSmtp.Net version 01.09.6 today: http://sourceforge.net/projects/opensmtp-net/. Please feel free to download it and use it in your projects if you wish. I have released it as both a zip file and a msi installer file. The more eyeballs that look at the code the better.
I've been working on a C# app at work that bulkloads records into a SQL server DB using the SQLXML bulkload COM app. Basically I wrapped it using C# because I wanted to process an entire directory of XML files (1500) at once and report the errors to a error log. I have to say this though - the built int SQLXML bulkload error reporting is a joke. It constantly reports incorrect errors. If I have a bad tag at line 1 it will report a problem on line 50. I hope this is fixed in the next SQMLXML release, which is supposed to be a native .Net API. Also I wish that MS would release an app that would generate a schema based on an XML file that fits the MS bulkload schema. I find myself using VS.net to generate a generic schema then hacking it to fit the bulkload schema standard. It would be a small app but totally helpful to developers that use the SQLXML bulkload features.