in reply to Re^2: Building a test environment
in thread Building a test environment

The way we handle e-mail on my current project is to run SMTP-Server and have the mail we want to test sent to localhost. It shows up as a file which you can then open and extract what you need. It's a little cumbersome, but doesn't rely on any outside network configuration.