<?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.1</title>
	<atom:link href="http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/feed/" rel="self" type="application/rss+xml" />
	<link>http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/</link>
	<description></description>
	<pubDate>Sun, 07 Sep 2008 01:18:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Brian Groce</title>
		<link>http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-34</link>
		<dc:creator>Brian Groce</dc:creator>
		<pubDate>Thu, 03 Mar 2005 20:52:47 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-34</guid>
		<description>Yes, that will cause some SPAM filters.

As of version 2.1 the from field should be pulled from the DB and use the info you entered.

Something like: Blog Name

If I come across a possible cause, I'll let you know.</description>
		<content:encoded><![CDATA[<p>Yes, that will cause some SPAM filters.</p>
<p>As of version 2.1 the from field should be pulled from the DB and use the info you entered.</p>
<p>Something like: Blog Name</p>
<p>If I come across a possible cause, I&#8217;ll let you know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: solace</title>
		<link>http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-33</link>
		<dc:creator>solace</dc:creator>
		<pubDate>Thu, 03 Mar 2005 06:32:57 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-33</guid>
		<description>few more questions...

the emails are coming through From a blank sender, just a dash/hyphen. i'd imagine that might cause problems w/ spam filters, any idea how to fix that?

second, didn't quite figure out what to take out to get the double-spacing to go away, tried a few things, no dice.

but i'm ecstatic i got the other part working thanks to your help :)</description>
		<content:encoded><![CDATA[<p>few more questions&#8230;</p>
<p>the emails are coming through From a blank sender, just a dash/hyphen. i&#8217;d imagine that might cause problems w/ spam filters, any idea how to fix that?</p>
<p>second, didn&#8217;t quite figure out what to take out to get the double-spacing to go away, tried a few things, no dice.</p>
<p>but i&#8217;m ecstatic i got the other part working thanks to your help <img src='http://watershedstudio.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: solace</title>
		<link>http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-32</link>
		<dc:creator>solace</dc:creator>
		<pubDate>Thu, 03 Mar 2005 06:28:16 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-32</guid>
		<description>that was it!!!

import_request_variables('GP');

is all i needed, thanks :D</description>
		<content:encoded><![CDATA[<p>that was it!!!</p>
<p>import_request_variables(&#8217;GP&#8217;);</p>
<p>is all i needed, thanks <img src='http://watershedstudio.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Groce</title>
		<link>http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-31</link>
		<dc:creator>Brian Groce</dc:creator>
		<pubDate>Thu, 03 Mar 2005 05:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-31</guid>
		<description>If it can't find the file you should get an error stating:

"failed to open stream: No such file or directory in"

If it can't select from the DB, it should tell you that as well.

After looking a bit closer, I believe line 10 of index.php can be removed/commented out:

include_once (dirname(dirname(dirname(dirname(__FILE__)))) . "/wp-config.php");

As for the spacing, that's all in the plugin.  Just look for preg_replace and you'll see quite a few lines.

I'm not sure if that would cause a conflit in some cases, but is something I'm going to clean up for v2.2.</description>
		<content:encoded><![CDATA[<p>If it can&#8217;t find the file you should get an error stating:</p>
<p>&#8220;failed to open stream: No such file or directory in&#8221;</p>
<p>If it can&#8217;t select from the DB, it should tell you that as well.</p>
<p>After looking a bit closer, I believe line 10 of index.php can be removed/commented out:</p>
<p>include_once (dirname(dirname(dirname(dirname(__FILE__)))) . &#8220;/wp-config.php&#8221;);</p>
<p>As for the spacing, that&#8217;s all in the plugin.  Just look for preg_replace and you&#8217;ll see quite a few lines.</p>
<p>I&#8217;m not sure if that would cause a conflit in some cases, but is something I&#8217;m going to clean up for v2.2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: solace</title>
		<link>http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-30</link>
		<dc:creator>solace</dc:creator>
		<pubDate>Thu, 03 Mar 2005 05:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-30</guid>
		<description>also, how do i make it not double-space when i have it include the content in the email?</description>
		<content:encoded><![CDATA[<p>also, how do i make it not double-space when i have it include the content in the email?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: solace</title>
		<link>http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-29</link>
		<dc:creator>solace</dc:creator>
		<pubDate>Thu, 03 Mar 2005 05:16:58 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-29</guid>
		<description>yeah they are...

it almost seems like it's not using the right database info in the plugin though... but wouldn't it at least bark at me or give me an error when i tried to update via the admin panel if it wasn't right?</description>
		<content:encoded><![CDATA[<p>yeah they are&#8230;</p>
<p>it almost seems like it&#8217;s not using the right database info in the plugin though&#8230; but wouldn&#8217;t it at least bark at me or give me an error when i tried to update via the admin panel if it wasn&#8217;t right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Groce</title>
		<link>http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-27</link>
		<dc:creator>Brian Groce</dc:creator>
		<pubDate>Thu, 03 Mar 2005 05:15:32 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-27</guid>
		<description>As long as the values are correct and it is the same DB used for WP, it looks good to me.</description>
		<content:encoded><![CDATA[<p>As long as the values are correct and it is the same DB used for WP, it looks good to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: solace</title>
		<link>http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-28</link>
		<dc:creator>solace</dc:creator>
		<pubDate>Thu, 03 Mar 2005 05:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-28</guid>
		<description>here is my wpemn_config.php

# CONFIG SECTION

  # Database Information
  $db     = 'arcade_wordpress';
  $dbuser = 'arcadefire';
  $dbpass = 'password'; (not really my password
  $dbhost = 'localhost'; // localhost is default

# END CONFIG SECTION</description>
		<content:encoded><![CDATA[<p>here is my wpemn_config.php</p>
<p># CONFIG SECTION</p>
<p>  # Database Information<br />
  $db     = &#8216;arcade_wordpress&#8217;;<br />
  $dbuser = &#8216;arcadefire&#8217;;<br />
  $dbpass = &#8216;password&#8217;; (not really my password<br />
  $dbhost = &#8216;localhost&#8217;; // localhost is default</p>
<p># END CONFIG SECTION</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Groce</title>
		<link>http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-26</link>
		<dc:creator>Brian Groce</dc:creator>
		<pubDate>Thu, 03 Mar 2005 05:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-26</guid>
		<description>At the top of the install script and the top of the plugin index page.</description>
		<content:encoded><![CDATA[<p>At the top of the install script and the top of the plugin index page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: solace</title>
		<link>http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-25</link>
		<dc:creator>solace</dc:creator>
		<pubDate>Thu, 03 Mar 2005 05:09:05 +0000</pubDate>
		<guid isPermaLink="false">http://watershedstudio.com/blog/2005/02/wordpress-email-notification-plugin-v21/#comment-25</guid>
		<description>hmm...  where would i add that?</description>
		<content:encoded><![CDATA[<p>hmm&#8230;  where would i add that?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
