Forwarding all mail to a single dev box on IIS via virtual SMTP
Posted
by
Greg R
on Server Fault
See other posts from Server Fault
or by Greg R
Published on 2009-08-12T12:41:35Z
Indexed on
2013/11/01
3:58 UTC
Read the original article
Hit count: 654
I am trying to set up a development environment for our web server. I would like all emails that are relayed by the server go to a specific mailbox, regardless of who they were sent to. For example, some application on the server sends an email to [email protected]. I want that email to go to [email protected]. Is that possible to do with IIS/Virtual SMTP? Is there some other way of doing this? I don't have exchange server running, if that makes a difference.
Any help would be greatly appreciated. Thanks a lot!
© Server Fault or respective owner