Walter Torres - 2006-03-03

OK,

First, I'm not a Java guy.

Second, I'm looking for an SMTP (type) testing server.

Third, I'm building code in PHP.

So, my question, is how do I set this up to run on my windows box (PHP5, mySQL, Apache2) so I can use it to test my mail objects agaist a running SMTP server on port "whatever I choose". Of course, I'd love to have authentication login on it as well, just like my real server.

All I'm looking for is to log-in (Or not) send valid (or not) SMTP commands and mail and then have it log what it received and give proper ewrror messages as well.

Thanks

Walter