HOWTO Catch/Redirect all outgoing e-mails on Win2K and Redhat Enterprise
Posted
by John
on Server Fault
See other posts from Server Fault
or by John
Published on 2010-04-21T19:56:05Z
Indexed on
2010/04/21
20:03 UTC
Read the original article
Hit count: 388
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.
Thanks for the help in advance!
© Server Fault or respective owner