bobojam
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: mail() not workingFor 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.Forum: Fixing WordPress
In reply to: disabled mail() function error and WAMPFor 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.Forum: Fixing WordPress
In reply to: No mail() function in 2.0.1, but in 1.5.2For 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.Forum: Fixing WordPress
In reply to: Image upload problem on IISHi HandySolo, thanks for the tip. the host is running gd. i check php.ini and the gd2 is uncommented. plus, the thumbnail generation was working right before the database fix was applied. hmm…
j