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?
Asked
Active
Viewed 397 times
1 Answers
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