<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Scoopz Blog &#187; comment</title>
	<atom:link href="http://blog.scoopz.com/tag/comment/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.scoopz.com</link>
	<description>Tech Guides Reviews News</description>
	<lastBuildDate>Tue, 22 Jun 2010 08:12:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Fix for WordPress no longer sending email notification of comments</title>
		<link>http://blog.scoopz.com/2008/10/13/fix-for-wordpress-no-longer-sending-email-notification-of-comments/</link>
		<comments>http://blog.scoopz.com/2008/10/13/fix-for-wordpress-no-longer-sending-email-notification-of-comments/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 11:18:46 +0000</pubDate>
		<dc:creator>Scoopz</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[2.6]]></category>
		<category><![CDATA[2.6.2]]></category>
		<category><![CDATA[comment]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[notification]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.scoopz.com/?p=436</guid>
		<description><![CDATA[If you suddenly stopped receiving email notifications every time a comment is left of your self hosted wordpress blog this article might have an easy fix for you. A simple 1 line additional to your .htaccess file got things working again for me.]]></description>
			<content:encoded><![CDATA[<p><div align=center><script type="text/javascript"><!--
google_ad_client = "pub-6206942273821944";
google_ui_features = "rc:0";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al_s";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "404040";
google_color_text = "404040";
google_color_url = "";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div><br />
<img class="alignleft size-full wp-image-440" title="email_comment" src="http://blog.scoopz.com/wp-content/uploads/2008/10/email_comment.png" alt="" width="408" height="72" />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.</p>
<p>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.</p>
<p>I then read <a href="http://go.scoopz.com?id=2421X581082&xs=1&url=http%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2F167606&sref=rss">this thread </a>over on the WordPress support forums and on page 4, thanks to <a href="http://go.scoopz.com?id=2421X581082&xs=1&url=http%3A%2F%2Fwordpress.org%2Fsupport%2Fprofile%2F289824&sref=rss">teknics </a>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.<br />
Just adding the following line to the end of the .htaccess file was all that was needed:</p>
<p><code><strong><span style="color: #ff0000;">php_value mail.force_extra_parameters '-f webmaster@example.com'</span></strong></code></p>
<p><span id="more-436"></span>I have checked the earlier email notifications I received before it all stopped working and my return path was listed as apache@iomart.com (where iomart are my host, aka Easyspace), after adding the line above to my .htaccess file my return path is now showing as webmaster@example.com and notifications are working ok. I&#8217;ve since it to be my actual email address of my account I use for my WordPress profile to keep things tidy and all is working well.</p>
<p><span style="color: #ff0000;">UPDATE </span>- Several wordpress updates later and I stopped receiving notifications again and couldn&#8217;t figure out why. In Googling the problem I came across my own bloody blog entry and after removing the line above from my .htaccess file it all works again. So if you added the line above to your .htaccess file REMOVE IT if you&#8217;ve updated your WordPress installation.</p>
<p>I&#8217;m not sure why this works exactly but if you can shed any light on why forcing an extra parameter suddenly gets things working please do so in a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.scoopz.com/2008/10/13/fix-for-wordpress-no-longer-sending-email-notification-of-comments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
