Integration testing against e-mail almost always sucks. EmbeddedMail doesn't remove all of that pain, but it certainly helps it suck less by providing an in-memory SMTP server that you can assert on.
In order to dispose objects in the reverse order in which they were created and continue to use StreamReader and StreamWriter, I increased the target .Net Framework from 4.0 to 4.5 (because the needed constructor overloads for StreamReader and StreamWriter were added in 4.5).
Fixes #4
In order to dispose objects in the reverse order in which they were created and continue to use
StreamReader
andStreamWriter
, I increased the target .Net Framework from 4.0 to 4.5 (because the needed constructor overloads forStreamReader
andStreamWriter
were added in 4.5).