Closed dmeenhuis closed 12 years ago
Thanks for catching this!
No problem! I'm just working on a project where I need to do some integration tests regarding e-mail and this library is very helpful in that regard, so I'm glad I could contribute something :)
I'll get a nuget update out shortly
Awesome, much appreciated! Gotta love github :)
It's now setup in CI with auto-nuget-publishing and the new nuget is out.
Thanks for getting the update out so quickly :)
When attempting to send a message without CC recipients to the embedded mail server, the message parser would throw an exception that the given key ("Cc") was not present in the dictionary.
Fixed it by throwing in a quick ContainsKey check around the parsing code and included a test for it as well.