I’m sure that most of the devs out there have faced this issue. Have you ever wanted to test SMTP mail sending logic on dev machine and wanted to use a SMTP server?
smtp4dev will give you a dummy SMTP server in order to test your mail sending logic. This will listen on port 25 on your dev machine. This is really nice utility to have.
You can download this on codeplex :- http://smtp4dev.codeplex.com/
Advertisement



