HOWTO Catch/Redirect all outgoing e-mails from webapp on Windows Server 2003
Posted
by John
on Server Fault
See other posts from Server Fault
or by John
Published on 2010-04-22T20:14:02Z
Indexed on
2010/04/22
20:23 UTC
Read the original article
Hit count: 269
As suggested by another member, I have split the original post into two. To see the original post, go to http://serverfault.com/questions/134595/howto-catch-redirect-all-outgoing-e-mails-on-win2k-and-redhat-enterprise.
For this question, please keep your answers specific to Windows Server 2003 only. Thanks for the help in advance.
Background: I am integrating two separate web application that are developed in ASP .NET and JSP/Struts. As such, they are hosted on two different server technologies, namely Win2K3 and Redhat Enterprise Server 5.5.
Problem: There is a copy of production data in my test environment with real e-mail addresses. I need to test the e-mail functionality of these applications, but I do not want them to send out actual e-mails. Is there a way to catch and redirect all outgoing e-mails?
Ideally, I would like to send all outgoing e-mails to another e-mail (i.e., [email protected]) so my testers can look at them.
© Server Fault or respective owner