Do you need WAMP? Would you be able to use XAMPP instead?
http://tamba2.org.uk/wordpress/xampp/
Thread Starter
hoyter
(@hoyter)
That looks intresting. is that to run a “virtual server” to test scripts and plugins without them on the main site?
I am not sure if I know enough php (very little, although I can read it) to play with the fmblog.
I guess I need to install a mailserver somehow with smtp access on the server and somehow link it to the apache so that the mail() func will work
EDIT: ok i see that that installs Mercury Mail Transport System with it. This is nice but I have the site working finally and dont want to have to redo the config of it.
I will keep that in mind as it seems that it would be an all in one solution. Are there any major benefits of running it over wamp? (besides the mailserver)
Thanks for any help you can give.
Happy holidays as well
~hoyter
XAMPP is a full server environment, like WAMP. And, the guide that I linked to is for installing XAMPP and WordPress on your computer either as a test blog, or as a fully-functional online blog. I’m not familiar enough with Windows to list off the differences between the two, but if my memory serves me correctly, then I do believe that WAMP is based off of XAMPP.
For me, I get the host may have disabled mail() function.
What I did is go into php.ini and set the smtp server to a functional mail server. i.e. smtp.my-domain-name.com Email retrieval and other mail related function started working after. If you dont run your own mail server, you can try to use your ISP’s smtp mail server. However, your isp may not allow you to relay mail through their mail server. In that case, you are out of luck unless you run your own mail server.