<?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 for Subscribe2 Plugin</title>
	<atom:link href="http://subscribe2.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://subscribe2.wordpress.com</link>
	<description>The best WordPress email subscription plugin</description>
	<pubDate>Fri, 16 May 2008 20:18:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
		<item>
		<title>Comment on Known Issues and Fixes by Administrator</title>
		<link>http://subscribe2.wordpress.com/2007/10/30/known-issues-and-fixes/#comment-7995</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Fri, 16 May 2008 19:14:06 +0000</pubDate>
		<guid isPermaLink="false">http://subscribe2.wordpress.com/2007/10/30/known-issues-and-fixes/#comment-7995</guid>
		<description>Ickata,

More information on the hook is &lt;a href="http://codex.wordpress.org/Post_Status_Transitions" rel="nofollow"&gt;here&lt;/a&gt;. Basically, the reason it's not working is that the Transition Hooks pass the entire post details but the hooks you are linking to only pass the post ID. You'll need to make more code amends by hooking to a function that collects the entire post and then passes that to the publish function.</description>
		<content:encoded><![CDATA[<p>Ickata,</p>
<p>More information on the hook is <a href="http://codex.wordpress.org/Post_Status_Transitions" rel="nofollow">here</a>. Basically, the reason it&#8217;s not working is that the Transition Hooks pass the entire post details but the hooks you are linking to only pass the post ID. You&#8217;ll need to make more code amends by hooking to a function that collects the entire post and then passes that to the publish function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Known Issues and Fixes by Ickata</title>
		<link>http://subscribe2.wordpress.com/2007/10/30/known-issues-and-fixes/#comment-7994</link>
		<dc:creator>Ickata</dc:creator>
		<pubDate>Fri, 16 May 2008 12:11:26 +0000</pubDate>
		<guid isPermaLink="false">http://subscribe2.wordpress.com/2007/10/30/known-issues-and-fixes/#comment-7994</guid>
		<description>Hello Matthew!

I have rewrote your plugin in order to serve my needs. However, I got an issue. Now the plugin sends e-mails only when publishing new posts. When editing a post, I also would like to have Subscribe2 send an email notification to registrants. 

I tried using instead of:

add_action('new_to_publish', array(&#38;$this, 'publish'));

to use:

add_action('publish_post', array(&#38;$this, 'publish'));

or wp_insert_post, or edit_post. Actually, it works, Subscribe2 sends the new e-mail. However, the Subscribe2 variables are not shown - TITLE, BODY, LINK, etc.

I cannot find anything about the hook 'new_to_publish' on the internet.. Can you help me?

Thanks,
Hristo</description>
		<content:encoded><![CDATA[<p>Hello Matthew!</p>
<p>I have rewrote your plugin in order to serve my needs. However, I got an issue. Now the plugin sends e-mails only when publishing new posts. When editing a post, I also would like to have Subscribe2 send an email notification to registrants. </p>
<p>I tried using instead of:</p>
<p>add_action(&#8217;new_to_publish&#8217;, array(&amp;$this, &#8216;publish&#8217;));</p>
<p>to use:</p>
<p>add_action(&#8217;publish_post&#8217;, array(&amp;$this, &#8216;publish&#8217;));</p>
<p>or wp_insert_post, or edit_post. Actually, it works, Subscribe2 sends the new e-mail. However, the Subscribe2 variables are not shown - TITLE, BODY, LINK, etc.</p>
<p>I cannot find anything about the hook &#8216;new_to_publish&#8217; on the internet.. Can you help me?</p>
<p>Thanks,<br />
Hristo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SMTP Mailer by Administrator</title>
		<link>http://subscribe2.wordpress.com/2008/05/15/smtp-mailer/#comment-7992</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Fri, 16 May 2008 09:11:11 +0000</pubDate>
		<guid isPermaLink="false">http://subscribe2.wordpress.com/?p=72#comment-7992</guid>
		<description>Marilyn,

It may be that your host is only allowing web traffic on port 80 and blocking all other ports. At least you now know that you can get your site working by using the relay server. Thanks for you feedback - this little plugin may help some but obviously not all!</description>
		<content:encoded><![CDATA[<p>Marilyn,</p>
<p>It may be that your host is only allowing web traffic on port 80 and blocking all other ports. At least you now know that you can get your site working by using the relay server. Thanks for you feedback - this little plugin may help some but obviously not all!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SMTP Mailer by Jose Climaco</title>
		<link>http://subscribe2.wordpress.com/2008/05/15/smtp-mailer/#comment-7991</link>
		<dc:creator>Jose Climaco</dc:creator>
		<pubDate>Fri, 16 May 2008 04:17:38 +0000</pubDate>
		<guid isPermaLink="false">http://subscribe2.wordpress.com/?p=72#comment-7991</guid>
		<description>I tired it too and got it to work. Thanks for the guide.</description>
		<content:encoded><![CDATA[<p>I tired it too and got it to work. Thanks for the guide.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SMTP Mailer by Marilyn</title>
		<link>http://subscribe2.wordpress.com/2008/05/15/smtp-mailer/#comment-7990</link>
		<dc:creator>Marilyn</dc:creator>
		<pubDate>Fri, 16 May 2008 02:50:39 +0000</pubDate>
		<guid isPermaLink="false">http://subscribe2.wordpress.com/?p=72#comment-7990</guid>
		<description>Well, I've tried everything I could think of and nothing worked.  I've used 3 different email accounts using 4 different smtp servers (1 was a relay server if that makes any difference) and using 3 different ports.

I finally called the host who actually confirmed that using the mail() function makes the mail go out through their relay server directly and therefore increases my limitation to 1000 per day instead of 250.  So, I'm actually good now.

At this point I'm willing to try something else for you if you like since I have some time before the site actually goes live, but I'm out of ideas.

Regarding the c&#38;p - I should have known it wasn't done on purpose!  Tried it on firefox ok, but apparently it doesn't work in Avant (IE basically).</description>
		<content:encoded><![CDATA[<p>Well, I&#8217;ve tried everything I could think of and nothing worked.  I&#8217;ve used 3 different email accounts using 4 different smtp servers (1 was a relay server if that makes any difference) and using 3 different ports.</p>
<p>I finally called the host who actually confirmed that using the mail() function makes the mail go out through their relay server directly and therefore increases my limitation to 1000 per day instead of 250.  So, I&#8217;m actually good now.</p>
<p>At this point I&#8217;m willing to try something else for you if you like since I have some time before the site actually goes live, but I&#8217;m out of ideas.</p>
<p>Regarding the c&amp;p - I should have known it wasn&#8217;t done on purpose!  Tried it on firefox ok, but apparently it doesn&#8217;t work in Avant (IE basically).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Plugin Installation by Alex</title>
		<link>http://subscribe2.wordpress.com/2006/09/03/installation/#comment-7989</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 15 May 2008 19:20:36 +0000</pubDate>
		<guid isPermaLink="false">https://subscribe2.wordpress.com/2006/09/03/installation/#comment-7989</guid>
		<description>1 )ok, please email me (I couldn´t find your email)

Alex</description>
		<content:encoded><![CDATA[<p>1 )ok, please email me (I couldn´t find your email)</p>
<p>Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Plugin Installation by Administrator</title>
		<link>http://subscribe2.wordpress.com/2006/09/03/installation/#comment-7988</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Thu, 15 May 2008 18:15:15 +0000</pubDate>
		<guid isPermaLink="false">https://subscribe2.wordpress.com/2006/09/03/installation/#comment-7988</guid>
		<description>Alex,

1) not by default, if you are prepared to pay $40 I'll email you the amended code.

2) It is possible with the Subscribe-to-comments plugin but not with Subscribe2.</description>
		<content:encoded><![CDATA[<p>Alex,</p>
<p>1) not by default, if you are prepared to pay $40 I&#8217;ll email you the amended code.</p>
<p>2) It is possible with the Subscribe-to-comments plugin but not with Subscribe2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SMTP Mailer by Administrator</title>
		<link>http://subscribe2.wordpress.com/2008/05/15/smtp-mailer/#comment-7987</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Thu, 15 May 2008 18:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://subscribe2.wordpress.com/?p=72#comment-7987</guid>
		<description>Marilyn,

I've tried the above on one of my blogs and it worked - it might be a case of playing around with the settings and checking that your host isn't blocking outbound traffic on ports 25 and 465.

As for the copy and paste question - it works for me in Safari 3.1.1. What browser are you using?</description>
		<content:encoded><![CDATA[<p>Marilyn,</p>
<p>I&#8217;ve tried the above on one of my blogs and it worked - it might be a case of playing around with the settings and checking that your host isn&#8217;t blocking outbound traffic on ports 25 and 465.</p>
<p>As for the copy and paste question - it works for me in Safari 3.1.1. What browser are you using?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Plugin Installation by Alex</title>
		<link>http://subscribe2.wordpress.com/2006/09/03/installation/#comment-7986</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 15 May 2008 17:55:31 +0000</pubDate>
		<guid isPermaLink="false">https://subscribe2.wordpress.com/2006/09/03/installation/#comment-7986</guid>
		<description>Hello again,


1) is it possible to sent HTML emails  to all subscribers (also to users not registered yet)? I would find useful because my blog is an image based one..

2) is it possible to also notify each new comment? If not, I would suggest to introduce this feature in future versions as "full subscription"

Many thanks again for the great job, Alex</description>
		<content:encoded><![CDATA[<p>Hello again,</p>
<p>1) is it possible to sent HTML emails  to all subscribers (also to users not registered yet)? I would find useful because my blog is an image based one..</p>
<p>2) is it possible to also notify each new comment? If not, I would suggest to introduce this feature in future versions as &#8220;full subscription&#8221;</p>
<p>Many thanks again for the great job, Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SMTP Mailer by Marilyn</title>
		<link>http://subscribe2.wordpress.com/2008/05/15/smtp-mailer/#comment-7985</link>
		<dc:creator>Marilyn</dc:creator>
		<pubDate>Thu, 15 May 2008 16:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://subscribe2.wordpress.com/?p=72#comment-7985</guid>
		<description>Ok, tried it with the ssl line you gave me, but still no emails.  Checked gmail and nothing is there.  

I remembered seeing a screenshot of the gmail settings on the shiftthis site (from the smtp plugin link you have in your sidebar) which shows tls not ssl.  Tried changing ssl to tls, but that did not work either.  

Finally I tried the smtp info for the account the email is being sent from (which is not gmail) and did not get anything using those settings either.

**completely different question, but why can't I highlight and copy from your comments?  No big deal, just curious.</description>
		<content:encoded><![CDATA[<p>Ok, tried it with the ssl line you gave me, but still no emails.  Checked gmail and nothing is there.  </p>
<p>I remembered seeing a screenshot of the gmail settings on the shiftthis site (from the smtp plugin link you have in your sidebar) which shows tls not ssl.  Tried changing ssl to tls, but that did not work either.  </p>
<p>Finally I tried the smtp info for the account the email is being sent from (which is not gmail) and did not get anything using those settings either.</p>
<p>**completely different question, but why can&#8217;t I highlight and copy from your comments?  No big deal, just curious.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
