I really need a solution to test emails in my web development virual machine. I have Ubuntu with php, mysql, etc.
In OSX I used to have a very simple app that create a fake mailing service. I didn't need to change anything in my code, the production code was the same as local. Php would send an email, and the app would catch it and let me see how it is formatted etc.
In Ubuntu I have searched for a while. All I can find are articles about installing a complete mail server. I'd like to find another solution if possible, that involves the least amount of fiddling with my VM.
In OSX I used to have a very simple app that create a fake mailing service. I didn't need to change anything in my code, the production code was the same as local. Php would send an email, and the app would catch it and let me see how it is formatted etc.
In Ubuntu I have searched for a while. All I can find are articles about installing a complete mail server. I'd like to find another solution if possible, that involves the least amount of fiddling with my VM.

