I am assembling a local test server (proof of concept only) of a complete WordPress environment. When I go into 'production' the only thing I want to rely on being "out of the box" is the virtual server environment (I haven't yet chosen one) and its connection to the Internet. I need to understand how to implement and test the password email functionality of WordPress. However, I don't have the slightest clue about what the principles are behind how this function works; let alone what its requirements are or how I can translate this into a test environment.
My System so far:
Suse Linux 11, Apache 2.2.10, MySQL 5.0.67, PHP 5.2.9, WordPress 2.8
Wordpress is basically functional under a named virtual host "testpress.x"
I am sure it is something that's not supposed to need explaining, but I know nothing more that I needed to get this far (no PHP, no Apache, and I've forgotten most of the Linux I knew 10 years ago). Perhaps a facility in PHP or whole new server function needs configuring or adding?
All pointers greatly appreciated but I'm not looking for a quick workaround. In this case the journey is just as important as the destination.
Apologies for the essay.