Fix for WordPress no longer sending email notification of comments

For some unknown reason I suddenly stopped getting an email notification to alert me when a comment had been left on one of my blog entries regardless of the settings selected in the WP admin pages.

I tried several different options and plugins to try and fix this I even tried resorting to using a plugin to allow SMTP to send the notifications but none of them worked.

I then read this thread over on the WordPress support forums and on page 4, thanks to teknics there is a fix that worked instantly for me. Just a simple addition to my .htaccess file was all that was needed, if you alread have a .htaccess in place please be careful not to mess up anything else in the file as it could prevent your site from working.
Just adding the following line to the end of the .htaccess file was all that was needed:

1
<strong><span style="color: #ff0000;">php_value mail.force_extra_parameters '-f webmaster@example.com'</span></strong>

Continue reading “Fix for WordPress no longer sending email notification of comments”

Clicking web links in Outlook Express not working [FIX]

 

I was recently asked or help with a problem opening links from emails in Outlook Express. It seemed that clicking web/url links in an email didn’t open the default browser and load the page, it just did nothing.

Fortunately there was an easy fix [for those using Internet Explorer as their default browser at least]:

  1. Click on the Start button in the lower left corner
  2. Near the bottom right of the Start Menu you should see “Run…”, click that
    [This should then bring up a black window with some text in?]
  3. In that window type the following (without the quotation marks)
    1
    "REGSVR32 URLMON.DLL"

    once you have typed the above in hit return key.

  4. A small window should popup saying
    “DLLREGISTERSERVER in urlmon.dll succeeded”
    Click OK in this popup window.
  5. You can now close the black window that opened up after Step 2.
  6. Open Internet Explorer and click on Tools in the top menu and then select Internet Options from the list.
  7. Once it has opened the internet options pages, along the top you should see various tabs, click on the tab called “Programs”
  8. There should be an option in there to check that Internet Explorer is the default browser. If it is ticked, untick it, hit apply then re-tick and hit apply again. If it is not ticked just tick it and hit apply. Either way you need this option ticked but if it’s already ticked you need to untick and then retick it to make sure.
  9. You may also need to click on the “Advanced tab” and see if there is an option to reset internet explorer settings at the bottom, if so click that too and hit ok to close the settings pages.

Now reboot the computer, once rebooted try opening Internet Explorer first and if it prompts you that it is not the default web browser you should click yes to make it default. Next open Outlook Express and see if that has solved the problem with the links in emails.