We would like to use Selenium to test email content generated from our website.
We could mock a mail server, but how would we assert the content of the emails?
We're using nUnit/Selenium/C#.
Does anyone have a good approach to accomplishing this?
Thanks in advance!