-1

Is this possible? Basically trying to test emails being sent through an SMTP server, I know all the "yea, but it's not the same as a real...", but is it possible, and how?

gangelo
  • 3,034
  • 4
  • 29
  • 43
  • Check this http://stackoverflow.com/questions/567765/how-can-i-save-an-email-instead-of-sending-when-using-smtpclient – Nalaka526 Mar 15 '12 at 05:09

1 Answers1

2

If this is only for testing I would definitely use a dummy SMTP server that doesn't actually send the Emails but just stores them locally, and it's a lot easier to setup, something like this: http://smtp4dev.codeplex.com/

Otherwise: http://www.hmailserver.com/index.php?page=welcome

Ryan Kempt
  • 4,200
  • 6
  • 30
  • 41