I am looking for a way to setup an SMTP server in our development environment that will run on the local dev server and rewrite the recipient email address to our debug address, without effecting the rest of our network. We are developing with ColdFusion, so we can set the SMTP server to be localhost, so should that prevent the SMTP server from effecting our MS Exchange 2010 server?
Obviously the second part to this question is what SMTP server could be used in a windows environment to do this? I know at my previous job we ran local SMTP servers on our development machines but I cant remember the name of the program we were using.
Cheers all.