<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<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>
	<lastBuildDate>Thu, 10 Nov 2011 23:20:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<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&#039;s Coppermine Intergration Plugin:
http://mvdkwast.free.fr/stilglog/index.php/wordpress-plugins/coppermine-plugin/

I&#039;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[&#039;DOCUMENT_ROOT&#039;];&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&#039;ve tried downloading a new copy of the plugin and re-installing, I&#039;ve tried changing the Blog URL and Site URL settings, and I&#039;ve tried changing the theme, I&#039;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 &#8211; 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 &#8211; confirmation email goes out &#8211; 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 &quot;fixed&quot;, 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&#039;m having the same problem as isnaini (post number 3).  I do not understand what Marcus (post number 23) means by &quot;change the opening.&quot;  All my db info is correct, and the table does exist.  To be even more specific, here&#039;s the exact wording of the error:

Could not successfully run query (SELECT * FROM wp_email_list_config WHERE id = &#039;1&#039;) 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 = &#8217;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 &#039;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&quot;, 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>
	<item>
		<title>By: solace</title>
		<link>http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-167</link>
		<dc:creator>solace</dc:creator>
		<pubDate>Wed, 14 Sep 2005 22:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-167</guid>
		<description>while the new HTML template kicks tons of butt, it doesn&#039;t always display correctly.

for one, gmail displays the HTML code w/o rendering it as html, yet Thunderbird displays it just fine.

any idea why this would be?</description>
		<content:encoded><![CDATA[<p>while the new HTML template kicks tons of butt, it doesn&#8217;t always display correctly.</p>
<p>for one, gmail displays the HTML code w/o rendering it as html, yet Thunderbird displays it just fine.</p>
<p>any idea why this would be?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Conor</title>
		<link>http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-165</link>
		<dc:creator>Conor</dc:creator>
		<pubDate>Mon, 12 Sep 2005 07:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-165</guid>
		<description>One major installation note that I have yet to find in any documentation is that you need to install the plugin&#039;s tables in your WP database.  So in the /maillist/install.php form put the same DB Name, DB User, DB Password information as what you used for installing WP originally.  If you don&#039;t, then everything can work properly except emailing new blog entries.

That might help your troubleshooting a little better :)</description>
		<content:encoded><![CDATA[<p>One major installation note that I have yet to find in any documentation is that you need to install the plugin&#8217;s tables in your WP database.  So in the /maillist/install.php form put the same DB Name, DB User, DB Password information as what you used for installing WP originally.  If you don&#8217;t, then everything can work properly except emailing new blog entries.</p>
<p>That might help your troubleshooting a little better <img src='http://watershedstudio.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus</title>
		<link>http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-164</link>
		<dc:creator>Marcus</dc:creator>
		<pubDate>Wed, 07 Sep 2005 14:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-164</guid>
		<description>If you see something like this

Could not successfully run query (SELECT * FROM wp_email_list) from DB: No Database Selected

you might want to change the opening</description>
		<content:encoded><![CDATA[<p>If you see something like this</p>
<p>Could not successfully run query (SELECT * FROM wp_email_list) from DB: No Database Selected</p>
<p>you might want to change the opening</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JohnP</title>
		<link>http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-163</link>
		<dc:creator>JohnP</dc:creator>
		<pubDate>Wed, 07 Sep 2005 04:33:34 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-163</guid>
		<description>The only way I can get this to work is to use the double maillist directory technique described by Dan in comment 14. My Wordpress installation is at example.com/blog/

With maillist list directory at example.com/maillist/ only, I get an error similar to Vidal (18) when I click the Email Notification tab in Admin.

With maillist list directory at example.com/blog/maillist/ only, attempting to subscribe returns a 404 page not found.

Two maillist directories fix both problems, but it seems kind of clunky.</description>
		<content:encoded><![CDATA[<p>The only way I can get this to work is to use the double maillist directory technique described by Dan in comment 14. My WordPress installation is at example.com/blog/</p>
<p>With maillist list directory at example.com/maillist/ only, I get an error similar to Vidal (18) when I click the Email Notification tab in Admin.</p>
<p>With maillist list directory at example.com/blog/maillist/ only, attempting to subscribe returns a 404 page not found.</p>
<p>Two maillist directories fix both problems, but it seems kind of clunky.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seb</title>
		<link>http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-160</link>
		<dc:creator>Seb</dc:creator>
		<pubDate>Sat, 03 Sep 2005 23:26:28 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-160</guid>
		<description>Hi,

i got a little prob with this plugin. I installed it. I got no error at all, i can add email adresses from the form with no problem. (confirmation emails works fine)

In the option menu, everything looks ok, no errors, i can import / export email adresses and so on.

The dropdown menu in the writing editor is there too.

But, when i write an article, i don&#039;t receive any mail at all... and can&#039;t find where i made a mistake.

Thanks for you help</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>i got a little prob with this plugin. I installed it. I got no error at all, i can add email adresses from the form with no problem. (confirmation emails works fine)</p>
<p>In the option menu, everything looks ok, no errors, i can import / export email adresses and so on.</p>
<p>The dropdown menu in the writing editor is there too.</p>
<p>But, when i write an article, i don&#8217;t receive any mail at all&#8230; and can&#8217;t find where i made a mistake.</p>
<p>Thanks for you help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Psykotik</title>
		<link>http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-162</link>
		<dc:creator>Psykotik</dc:creator>
		<pubDate>Fri, 02 Sep 2005 17:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-162</guid>
		<description>I was going to be really mad... but I finally found a scripting error that was impeding the sql connect.

When creating the file &quot;wpemn_config.php&quot;, instructions are incorrect. Please revise &quot;mailist/install.php&quot; at line 177, replacing &quot;</description>
		<content:encoded><![CDATA[<p>I was going to be really mad&#8230; but I finally found a scripting error that was impeding the sql connect.</p>
<p>When creating the file &#8220;wpemn_config.php&#8221;, instructions are incorrect. Please revise &#8220;mailist/install.php&#8221; at line 177, replacing &#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-161</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 01 Sep 2005 00:45:15 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-161</guid>
		<description>I love this plug in, I use it on 3 of my sites.

Do you plan to ever add the option of &quot;daily digest&quot; in this plugin? I update 3 or 4 times daily and I don&#039;t want to fill the subscribers inbox.

I do offer an RSS feed, this would just be an alternative.

Thanks.</description>
		<content:encoded><![CDATA[<p>I love this plug in, I use it on 3 of my sites.</p>
<p>Do you plan to ever add the option of &#8220;daily digest&#8221; in this plugin? I update 3 or 4 times daily and I don&#8217;t want to fill the subscribers inbox.</p>
<p>I do offer an RSS feed, this would just be an alternative.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vidal</title>
		<link>http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-159</link>
		<dc:creator>Vidal</dc:creator>
		<pubDate>Sun, 28 Aug 2005 21:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-159</guid>
		<description>Hi,

I&#039;ve been using this great plugin from the beginning, always worked fine. I&#039;ve just upgraded toWordpress 1.5.2 and version 2.2 of this plugin. In the Admin panel for this plugin i get this error

Warning: main(/maillist/wpemn_config.php): failed to open stream: No such file or directory in /home/sense4de/public_html/rossifiles/wp-content/plugins/wp-email-notification/index.php on line 19

Warning: main(/maillist/wpemn_config.php): failed to open stream: No such file or directory in /home/sense4de/public_html/rossifiles/wp-content/plugins/wp-email-notification/index.php on line 19

Warning: main(): Failed opening &#039;/maillist/wpemn_config.php&#039; for inclusion (include_path=&#039;.:/usr/local/lib/php:/usr/lib/php&#039;) in /home/sense4de/public_html/rossifiles/wp-content/plugins/wp-email-notification/index.php on line 19
Import Addresses :: Export Addresses :: Remove Addresses :: Email List Subscribers :: Update Settings

Everything still seems to work fine, but i get this very annoying message and cannot use al the funtctions of this plugin anymore.

Can naybody pleas help me?

Thank you,
Vidal</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve been using this great plugin from the beginning, always worked fine. I&#8217;ve just upgraded toWordpress 1.5.2 and version 2.2 of this plugin. In the Admin panel for this plugin i get this error</p>
<p>Warning: main(/maillist/wpemn_config.php): failed to open stream: No such file or directory in /home/sense4de/public_html/rossifiles/wp-content/plugins/wp-email-notification/index.php on line 19</p>
<p>Warning: main(/maillist/wpemn_config.php): failed to open stream: No such file or directory in /home/sense4de/public_html/rossifiles/wp-content/plugins/wp-email-notification/index.php on line 19</p>
<p>Warning: main(): Failed opening &#8216;/maillist/wpemn_config.php&#8217; for inclusion (include_path=&#8217;.:/usr/local/lib/php:/usr/lib/php&#8217;) in /home/sense4de/public_html/rossifiles/wp-content/plugins/wp-email-notification/index.php on line 19<br />
Import Addresses :: Export Addresses :: Remove Addresses :: Email List Subscribers :: Update Settings</p>
<p>Everything still seems to work fine, but i get this very annoying message and cannot use al the funtctions of this plugin anymore.</p>
<p>Can naybody pleas help me?</p>
<p>Thank you,<br />
Vidal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Walsh</title>
		<link>http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-158</link>
		<dc:creator>Joel Walsh</dc:creator>
		<pubDate>Tue, 23 Aug 2005 06:05:15 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-158</guid>
		<description>It seems to install OK, but then once I go to options--&gt;email notification, look what happens: (what do any of these errors mean?)


WordPress Email Notification Plugin v2.2 Admin Area

Warning: main(): open_basedir restriction in effect. File(/maillist/wpemn_config.php) is not within the allowed path(s): (/home/newslett:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/newslett/public_html/wp-content/plugins/wp-email-notification/index.php on line 19

Warning: main(/maillist/wpemn_config.php): failed to open stream: Operation not permitted in /home/newslett/public_html/wp-content/plugins/wp-email-notification/index.php on line 19

Warning: main(): open_basedir restriction in effect. File(/maillist/wpemn_config.php) is not within the allowed path(s): (/home/newslett:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/newslett/public_html/wp-content/plugins/wp-email-notification/index.php on line 19

Warning: main(/maillist/wpemn_config.php): failed to open stream: Operation not permitted in /home/newslett/public_html/wp-content/plugins/wp-email-notification/index.php on line 19

Warning: main(): Failed opening &#039;/maillist/wpemn_config.php&#039; for inclusion (include_path=&#039;.:/usr/lib/php:/usr/local/lib/php&#039;) in /home/newslett/public_html/wp-content/plugins/wp-email-notification/index.php on line 19
Import Addresses :: Export Addresses :: Remove Addresses :: Email List Subscribers :: Update Settings

IMPORT

DB Query Error!</description>
		<content:encoded><![CDATA[<p>It seems to install OK, but then once I go to options&#8211;&gt;email notification, look what happens: (what do any of these errors mean?)</p>
<p>WordPress Email Notification Plugin v2.2 Admin Area</p>
<p>Warning: main(): open_basedir restriction in effect. File(/maillist/wpemn_config.php) is not within the allowed path(s): (/home/newslett:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/newslett/public_html/wp-content/plugins/wp-email-notification/index.php on line 19</p>
<p>Warning: main(/maillist/wpemn_config.php): failed to open stream: Operation not permitted in /home/newslett/public_html/wp-content/plugins/wp-email-notification/index.php on line 19</p>
<p>Warning: main(): open_basedir restriction in effect. File(/maillist/wpemn_config.php) is not within the allowed path(s): (/home/newslett:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/newslett/public_html/wp-content/plugins/wp-email-notification/index.php on line 19</p>
<p>Warning: main(/maillist/wpemn_config.php): failed to open stream: Operation not permitted in /home/newslett/public_html/wp-content/plugins/wp-email-notification/index.php on line 19</p>
<p>Warning: main(): Failed opening &#8216;/maillist/wpemn_config.php&#8217; for inclusion (include_path=&#8217;.:/usr/lib/php:/usr/local/lib/php&#8217;) in /home/newslett/public_html/wp-content/plugins/wp-email-notification/index.php on line 19<br />
Import Addresses :: Export Addresses :: Remove Addresses :: Email List Subscribers :: Update Settings</p>
<p>IMPORT</p>
<p>DB Query Error!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-157</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 22 Aug 2005 14:38:13 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/08/wordpress-email-notification-plugin-v22/#comment-157</guid>
		<description>I&#039;ve been experimenting with this plugin and have several accounts (e.g. gmail, msn, etc.) that I&#039;ve sent the html formatted message to see how it appears. I am sending the full content of the post and for some reason in MS Outlook there are no scroll bars. It just seems to cut the message off. This is not the case for web-based email readers, which work fine. Has anyone else seen this problem or can offer a solution? Thanks.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been experimenting with this plugin and have several accounts (e.g. gmail, msn, etc.) that I&#8217;ve sent the html formatted message to see how it appears. I am sending the full content of the post and for some reason in MS Outlook there are no scroll bars. It just seems to cut the message off. This is not the case for web-based email readers, which work fine. Has anyone else seen this problem or can offer a solution? Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

