<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: WordPress Email Notification Plugin v2.2</title>
	<atom:link href="http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/feed/" rel="self" type="application/rss+xml" />
	<link>http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/</link>
	<description></description>
	<pubDate>Sun, 07 Sep 2008 01:18:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Brian Pinneo</title>
		<link>http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-166</link>
		<dc:creator>Brian Pinneo</dc:creator>
		<pubDate>Tue, 11 Oct 2005 00:18:30 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-166</guid>
		<description>Awesome plugin!  Thanks a million.

Would it be possible to truncate the post within the email to sort of push people to go to the site?</description>
		<content:encoded><![CDATA[<p>Awesome plugin!  Thanks a million.</p>
<p>Would it be possible to truncate the post within the email to sort of push people to go to the site?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Daily Sketch</title>
		<link>http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-168</link>
		<dc:creator>The Daily Sketch</dc:creator>
		<pubDate>Mon, 10 Oct 2005 14:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-168</guid>
		<description>This plugin does not play well with Counterize at all. It apparently occupies the exact link space as Counterize and tries to find files in the Counterize table.</description>
		<content:encoded><![CDATA[<p>This plugin does not play well with Counterize at all. It apparently occupies the exact link space as Counterize and tries to find files in the Counterize table.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JohnP</title>
		<link>http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-169</link>
		<dc:creator>JohnP</dc:creator>
		<pubDate>Sun, 09 Oct 2005 07:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-169</guid>
		<description>It finally occurred to me that I should check for conflicts with other plugins (clue: email-notification worked when I installed it, then mysteriously stopped).

The culprit turned out to be Stilglog's Coppermine Intergration Plugin:
http://mvdkwast.free.fr/stilglog/index.php/wordpress-plugins/coppermine-plugin/

I'll update to his latest version and see if that fixes things.

Any idea about where the conflict might be occurring Brian?</description>
		<content:encoded><![CDATA[<p>It finally occurred to me that I should check for conflicts with other plugins (clue: email-notification worked when I installed it, then mysteriously stopped).</p>
<p>The culprit turned out to be Stilglog&#8217;s Coppermine Intergration Plugin:<br />
<a href="http://mvdkwast.free.fr/stilglog/index.php/wordpress-plugins/coppermine-plugin/" rel="nofollow">http://mvdkwast.free.fr/stilglog/index.php/wordpress-plugins/coppermine-plugin/</a></p>
<p>I&#8217;ll update to his latest version and see if that fixes things.</p>
<p>Any idea about where the conflict might be occurring Brian?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JohnP</title>
		<link>http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-171</link>
		<dc:creator>JohnP</dc:creator>
		<pubDate>Thu, 06 Oct 2005 05:05:36 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-171</guid>
		<description>My plugin has stopped sending notifications of posts - I thought it was working after I upgraded to v2.2 but I may possibly not have tested thoroughly enough.

The blog is at: http://judithgoodyear.com/blog/

Users can subscribe OK - confirmation email goes out - name and address is added to wp_email_list.

I can successfully email list subscribers from the Admin Area, export or remove them.

I did have problems accessing the Admin Area after I updated as the documentation described.

In addition to the double maillist directory solution I described in comment 22, I also found I can just use one /maillist/ in the website main directory by adding the line:

&lt;code&gt;$DOCUMENT_ROOT = $_SERVER['DOCUMENT_ROOT'];&lt;/code&gt;

just before line 19 of wp-email-notification-index.php.

Unfortunately, the script does not send out notifications with either configuration.

I've tried downloading a new copy of the plugin and re-installing, I've tried changing the Blog URL and Site URL settings, and I've tried changing the theme, I've used up most of today going up all sorts of blind alleys actually, but no joy.

Any clues as to what else I should be looking at would be MUCH appreciated.</description>
		<content:encoded><![CDATA[<p>My plugin has stopped sending notifications of posts - I thought it was working after I upgraded to v2.2 but I may possibly not have tested thoroughly enough.</p>
<p>The blog is at: <a href="http://judithgoodyear.com/blog/" rel="nofollow">http://judithgoodyear.com/blog/</a></p>
<p>Users can subscribe OK - confirmation email goes out - name and address is added to wp_email_list.</p>
<p>I can successfully email list subscribers from the Admin Area, export or remove them.</p>
<p>I did have problems accessing the Admin Area after I updated as the documentation described.</p>
<p>In addition to the double maillist directory solution I described in comment 22, I also found I can just use one /maillist/ in the website main directory by adding the line:</p>
<p><code>$DOCUMENT_ROOT = $_SERVER['DOCUMENT_ROOT'];</code></p>
<p>just before line 19 of wp-email-notification-index.php.</p>
<p>Unfortunately, the script does not send out notifications with either configuration.</p>
<p>I&#8217;ve tried downloading a new copy of the plugin and re-installing, I&#8217;ve tried changing the Blog URL and Site URL settings, and I&#8217;ve tried changing the theme, I&#8217;ve used up most of today going up all sorts of blind alleys actually, but no joy.</p>
<p>Any clues as to what else I should be looking at would be MUCH appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BJ Cameron</title>
		<link>http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-172</link>
		<dc:creator>BJ Cameron</dc:creator>
		<pubDate>Tue, 04 Oct 2005 14:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-172</guid>
		<description>Hi,

I am desperately trying to get this plugin working with Postie. If I post to the site from the blog, the plugin works great. However, when I email the blog entry in(using postie plugin), it posts to the site, but it does not email users.

I understand this is because of a bug within Wordpress (the xml-rpc hook), but according to wordpress this has been "fixed", http://trac.wordpress.org/ticket/967

help?

Thanks,

BJ</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am desperately trying to get this plugin working with Postie. If I post to the site from the blog, the plugin works great. However, when I email the blog entry in(using postie plugin), it posts to the site, but it does not email users.</p>
<p>I understand this is because of a bug within Wordpress (the xml-rpc hook), but according to wordpress this has been &#8220;fixed&#8221;, <a href="http://trac.wordpress.org/ticket/967" rel="nofollow">http://trac.wordpress.org/ticket/967</a></p>
<p>help?</p>
<p>Thanks,</p>
<p>BJ</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matts</title>
		<link>http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-173</link>
		<dc:creator>Matts</dc:creator>
		<pubDate>Fri, 30 Sep 2005 14:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-173</guid>
		<description>I'm having the same problem as isnaini (post number 3).  I do not understand what Marcus (post number 23) means by "change the opening."  All my db info is correct, and the table does exist.  To be even more specific, here's the exact wording of the error:

Could not successfully run query (SELECT * FROM wp_email_list_config WHERE id = '1') from DB: No database selected

Any further help?  Thanks!  :)</description>
		<content:encoded><![CDATA[<p>I&#8217;m having the same problem as isnaini (post number 3).  I do not understand what Marcus (post number 23) means by &#8220;change the opening.&#8221;  All my db info is correct, and the table does exist.  To be even more specific, here&#8217;s the exact wording of the error:</p>
<p>Could not successfully run query (SELECT * FROM wp_email_list_config WHERE id = &#8216;1&#8242;) from DB: No database selected</p>
<p>Any further help?  Thanks!  <img src='http://watershedstudio.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergio</title>
		<link>http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-176</link>
		<dc:creator>Sergio</dc:creator>
		<pubDate>Mon, 19 Sep 2005 21:08:43 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-176</guid>
		<description>Hi folks,

just to confirm that i suffer the same situation explained in my previous post when sending plain text notification emails. My blog operates with european 8859-15 charset, and mails received are not compatible with that charset. They seem to be formatted with UTF-8, as ampersand characters are not respected.

Do you have any hint on what´s happening?

Thanks in advance

My WP is available at http://www.sahw.com/wp</description>
		<content:encoded><![CDATA[<p>Hi folks,</p>
<p>just to confirm that i suffer the same situation explained in my previous post when sending plain text notification emails. My blog operates with european 8859-15 charset, and mails received are not compatible with that charset. They seem to be formatted with UTF-8, as ampersand characters are not respected.</p>
<p>Do you have any hint on what´s happening?</p>
<p>Thanks in advance</p>
<p>My WP is available at <a href="http://www.sahw.com/wp" rel="nofollow">http://www.sahw.com/wp</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: solace</title>
		<link>http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-175</link>
		<dc:creator>solace</dc:creator>
		<pubDate>Sun, 18 Sep 2005 06:07:29 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-175</guid>
		<description>the html formatted emails in v2.2, while great, are not working w/ Gmail for some reason. it just displays 'em as code...

any ideas?</description>
		<content:encoded><![CDATA[<p>the html formatted emails in v2.2, while great, are not working w/ Gmail for some reason. it just displays &#8216;em as code&#8230;</p>
<p>any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergio</title>
		<link>http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-174</link>
		<dc:creator>Sergio</dc:creator>
		<pubDate>Sat, 17 Sep 2005 17:54:09 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-174</guid>
		<description>Hi,
Just implemented the plugin. Everything works fine, but my blog operates with charset=ISO-8859-15", and once HTML mails are sent by the plugin, they seem to be formatted with other charset, such as UTF8, as special characters are not properly displayed.

Where can I specify HTML mail charset? Any hint?

Regards,</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Just implemented the plugin. Everything works fine, but my blog operates with charset=ISO-8859-15&#8243;, and once HTML mails are sent by the plugin, they seem to be formatted with other charset, such as UTF8, as special characters are not properly displayed.</p>
<p>Where can I specify HTML mail charset? Any hint?</p>
<p>Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: solace</title>
		<link>http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-170</link>
		<dc:creator>solace</dc:creator>
		<pubDate>Thu, 15 Sep 2005 18:05:39 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-170</guid>
		<description>seems like it may just be Gmail, anyone have an idea for a fix?

or how i can get it to display plain text if the HTML fails?</description>
		<content:encoded><![CDATA[<p>seems like it may just be Gmail, anyone have an idea for a fix?</p>
<p>or how i can get it to display plain text if the HTML fails?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
