<?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: DJ-Email-Publish v1.7</title>
	<atom:link href="http://blog.derjohng.com/2009/05/19/dj-email-publish-v17/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.derjohng.com/2009/05/19/dj-email-publish-v17/</link>
	<description>尋找興趣、學習、生活以及工作間的平衡點 ^_^</description>
	<lastBuildDate>Tue, 09 Mar 2010 14:13:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jan</title>
		<link>http://blog.derjohng.com/2009/05/19/dj-email-publish-v17/comment-page-1/#comment-8150</link>
		<dc:creator>jan</dc:creator>
		<pubDate>Tue, 02 Feb 2010 11:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derjohng.com/?p=2210#comment-8150</guid>
		<description>post函数是我个人认为的，其实我也不明白
具体分析了下我的使用情况，不知道对不对，小弟请教了
在使用上边那插件的时候发生的情况
[videodescription]
	//这个完全可以发布
&lt;p&gt;
	&lt;center&gt;
	[videoplayer]
// 上边这些就不能发布了
&lt;/center&gt;
	&lt;/p&gt;
通过上边代码执行，不太明白，为什么第一行代码已经发布了，而没有发布&lt;p&gt;以下的，要如何修改才能发布 [videoplaer] 这个东西啊？</description>
		<content:encoded><![CDATA[<p>post函数是我个人认为的，其实我也不明白<br />
具体分析了下我的使用情况，不知道对不对，小弟请教了<br />
在使用上边那插件的时候发生的情况<br />
[videodescription]<br />
	//这个完全可以发布<br />
&lt;p&gt;<br />
	&lt;center&gt;<br />
	[videoplayer]<br />
// 上边这些就不能发布了<br />
&lt;/center&gt;<br />
	&lt;/p&gt;<br />
通过上边代码执行，不太明白，为什么第一行代码已经发布了，而没有发布&lt;p&gt;以下的，要如何修改才能发布 [videoplaer] 这个东西啊？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 阿亮</title>
		<link>http://blog.derjohng.com/2009/05/19/dj-email-publish-v17/comment-page-1/#comment-8148</link>
		<dc:creator>阿亮</dc:creator>
		<pubDate>Mon, 01 Feb 2010 03:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derjohng.com/?p=2210#comment-8148</guid>
		<description>&lt;p&gt;1. 延後發布的機制，是關於 Cron 的機制，Wordpress 本身沒提供。至少這是屬於系統層面去設定的，不是 AP 層，所以，這個反而不好做。&lt;/p&gt;
&lt;p&gt;想像一下，如果您設定一天後發布文章，若兩天內都沒有人瀏覽該文章網頁，該事件就不會在你設定的一天後被觸發了。&lt;/p&gt;
&lt;p&gt;2. 我不太懂您所謂的 post 函數不匹配的意思。&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>1. 延後發布的機制，是關於 Cron 的機制，Wordpress 本身沒提供。至少這是屬於系統層面去設定的，不是 AP 層，所以，這個反而不好做。</p>
<p>想像一下，如果您設定一天後發布文章，若兩天內都沒有人瀏覽該文章網頁，該事件就不會在你設定的一天後被觸發了。</p>
<p>2. 我不太懂您所謂的 post 函數不匹配的意思。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jan</title>
		<link>http://blog.derjohng.com/2009/05/19/dj-email-publish-v17/comment-page-1/#comment-8147</link>
		<dc:creator>jan</dc:creator>
		<pubDate>Sun, 31 Jan 2010 09:48:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derjohng.com/?p=2210#comment-8147</guid>
		<description>我对php不是很熟悉，发现大概问题所在: 因为使用的是插件，所以当插件运行的时候估计post函数不匹配，当用手动发布同样的内容，则可以正常，所以猜想有也许有两种方法可以更改，我推论:第一种方法是延迟发布时间，当完全发布完文章以后几秒或者几分钟在发布。第二种好像是直接修改post函数。
相对说第一种比较简单，可是我不知道怎么改啊，请教阿亮同学，可否告知在哪里插入什么代码？
</description>
		<content:encoded><![CDATA[<p>我对php不是很熟悉，发现大概问题所在: 因为使用的是插件，所以当插件运行的时候估计post函数不匹配，当用手动发布同样的内容，则可以正常，所以猜想有也许有两种方法可以更改，我推论:第一种方法是延迟发布时间，当完全发布完文章以后几秒或者几分钟在发布。第二种好像是直接修改post函数。<br />
相对说第一种比较简单，可是我不知道怎么改啊，请教阿亮同学，可否告知在哪里插入什么代码？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 阿亮</title>
		<link>http://blog.derjohng.com/2009/05/19/dj-email-publish-v17/comment-page-1/#comment-8144</link>
		<dc:creator>阿亮</dc:creator>
		<pubDate>Sun, 31 Jan 2010 00:48:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derjohng.com/?p=2210#comment-8144</guid>
		<description>&lt;p&gt;Try &quot;base64&quot; for spaces blog.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Try &quot;base64&quot; for spaces blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blog.derjohng.com/2009/05/19/dj-email-publish-v17/comment-page-1/#comment-8140</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Mon, 25 Jan 2010 10:36:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derjohng.com/?p=2210#comment-8140</guid>
		<description>Hello,
Thank you for the awesome plugin. I actually have it working with Vox, Multiply and Posterous, but I can&#039;t get it to work with my Microsoft spaces blog. Can you confirm for me....should the email encoding be set on &quot;none&quot;. I tried a couple different setting, but it never went through.
&#160;
Thanks much,
&#160;
Doug</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Thank you for the awesome plugin. I actually have it working with Vox, Multiply and Posterous, but I can&#39;t get it to work with my Microsoft spaces blog. Can you confirm for me....should the email encoding be set on &quot;none&quot;. I tried a couple different setting, but it never went through.<br />
&nbsp;<br />
Thanks much,<br />
&nbsp;<br />
Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 阿亮</title>
		<link>http://blog.derjohng.com/2009/05/19/dj-email-publish-v17/comment-page-1/#comment-8136</link>
		<dc:creator>阿亮</dc:creator>
		<pubDate>Thu, 21 Jan 2010 04:13:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derjohng.com/?p=2210#comment-8136</guid>
		<description>&lt;p&gt;Sorry. 最近忙不過來，要過好一陣子看有沒有空閒了。&lt;img align=&quot;center&quot; class=&quot;wp-smiley&quot; onclick=&quot;document.getElementById(&#039;comment&#039;).value += &#039; XD&#039;;&quot; src=&quot;http://blog.derjohng.com/wp-includes/images/cutes/54bd3bbb.gif&quot; /&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Sorry. 最近忙不過來，要過好一陣子看有沒有空閒了。<img align="center" class="wp-smiley" onclick="document.getElementById('comment').value += ' XD';" src="http://blog.derjohng.com/wp-includes/images/cutes/54bd3bbb.gif" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jan</title>
		<link>http://blog.derjohng.com/2009/05/19/dj-email-publish-v17/comment-page-1/#comment-8134</link>
		<dc:creator>jan</dc:creator>
		<pubDate>Tue, 19 Jan 2010 19:42:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derjohng.com/?p=2210#comment-8134</guid>
		<description>这么久了，还是没有回复</description>
		<content:encoded><![CDATA[<p>这么久了，还是没有回复</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jan</title>
		<link>http://blog.derjohng.com/2009/05/19/dj-email-publish-v17/comment-page-1/#comment-8133</link>
		<dc:creator>jan</dc:creator>
		<pubDate>Fri, 15 Jan 2010 12:07:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derjohng.com/?p=2210#comment-8133</guid>
		<description>把youtob上的热们视频通过wp的采集到本地，然后自动发布到博客上，发布博客同时，也会同时发布到电子邮件。正常情况下电子邮件是应该跟发布内容一样的，现在问题是，blog的文章跟email的发布是不一样的，blog上有视频，但是email接受的文件只有标题。
http://depositfiles.com/files/wgsnwilu4
这个是我说的那个视频插件，你可以下载下载下来，然后用搞个视频发布下，在设置email接受看下，email只能看见标题，内容是空的
不知道是哪里有问题</description>
		<content:encoded><![CDATA[<p>把youtob上的热们视频通过wp的采集到本地，然后自动发布到博客上，发布博客同时，也会同时发布到电子邮件。正常情况下电子邮件是应该跟发布内容一样的，现在问题是，blog的文章跟email的发布是不一样的，blog上有视频，但是email接受的文件只有标题。<br />
<a target=_blank href="http://depositfiles.com/files/wgsnwilu4" rel="nofollow">http://depositfiles.com/files/wgsnwilu4</a><img src="http://blog.derjohng.com/wp-content/plugins/dj-light-box/external.gif" />&nbsp;<br />
这个是我说的那个视频插件，你可以下载下载下来，然后用搞个视频发布下，在设置email接受看下，email只能看见标题，内容是空的<br />
不知道是哪里有问题</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 阿亮</title>
		<link>http://blog.derjohng.com/2009/05/19/dj-email-publish-v17/comment-page-1/#comment-8126</link>
		<dc:creator>阿亮</dc:creator>
		<pubDate>Sun, 10 Jan 2010 15:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derjohng.com/?p=2210#comment-8126</guid>
		<description>&lt;p&gt;抱歉，不太懂您說的「&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(51, 51, 51); font-family: &#039;Lucida Grande&#039;, Verdana, Arial, sans-serif; font-size: 14px; line-height: 20px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; &quot;&gt;视频采集」&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(34, 34, 34); font-family: Arial, Verdana, sans-serif; line-height: normal; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; font-size: 12px; &quot;&gt;&lt;img align=&quot;center&quot; class=&quot;wp-smiley&quot; onclick=&quot;document.getElementById(&#039;comment&#039;).value += &#039; ?_?&#039;;&quot; src=&quot;http://blog.derjohng.com/wp-includes/images/cutes/onion003.gif&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;meta charset=&quot;utf-8&quot; /&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>抱歉，不太懂您說的「<span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: 'Lucida Grande', Verdana, Arial, sans-serif; font-size: 14px; line-height: 20px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">视频采集」<span class="Apple-style-span" style="color: rgb(34, 34, 34); font-family: Arial, Verdana, sans-serif; line-height: normal; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; font-size: 12px; "><img align="center" class="wp-smiley" onclick="document.getElementById('comment').value += ' ?_?';" src="http://blog.derjohng.com/wp-includes/images/cutes/onion003.gif" /></span></span></p>
<p><meta charset="utf-8" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jan</title>
		<link>http://blog.derjohng.com/2009/05/19/dj-email-publish-v17/comment-page-1/#comment-8125</link>
		<dc:creator>jan</dc:creator>
		<pubDate>Sun, 10 Jan 2010 15:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derjohng.com/?p=2210#comment-8125</guid>
		<description>使用视频采集发布的时候总是发布标题，内容是空的，用feed那种文字的一半都没事，就是视频，没有内容，如果换成是手动发布的视频内容，是可以发布的，但是一用采集就不行了。请帮忙看下，我用的&lt;strong&gt; P*H*P #M#yV*i*d*e*o*B*l*o*g*, thanks
	&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>使用视频采集发布的时候总是发布标题，内容是空的，用feed那种文字的一半都没事，就是视频，没有内容，如果换成是手动发布的视频内容，是可以发布的，但是一用采集就不行了。请帮忙看下，我用的<strong> P*H*P #M#yV*i*d*e*o*B*l*o*g*, thanks<br />
	</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: banana</title>
		<link>http://blog.derjohng.com/2009/05/19/dj-email-publish-v17/comment-page-1/#comment-8108</link>
		<dc:creator>banana</dc:creator>
		<pubDate>Thu, 31 Dec 2009 07:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derjohng.com/?p=2210#comment-8108</guid>
		<description>谢了！</description>
		<content:encoded><![CDATA[<p>谢了！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie</title>
		<link>http://blog.derjohng.com/2009/05/19/dj-email-publish-v17/comment-page-1/#comment-8098</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Thu, 17 Dec 2009 20:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derjohng.com/?p=2210#comment-8098</guid>
		<description>Hi,
I found that the problem was Posterous not your plugin!&#160; Posterous did not like the horizontal rule.&#160; I removed it and adjusted the code a little.&#160; You can see the result at http://mejamie.com
Thank you!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I found that the problem was Posterous not your plugin!&nbsp; Posterous did not like the horizontal rule.&nbsp; I removed it and adjusted the code a little.&nbsp; You can see the result at <a target=_blank href="http://mejamie.com" rel="nofollow">http://mejamie.com</a><img src="http://blog.derjohng.com/wp-content/plugins/dj-light-box/external.gif" />&nbsp;<br />
Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie</title>
		<link>http://blog.derjohng.com/2009/05/19/dj-email-publish-v17/comment-page-1/#comment-8096</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Thu, 17 Dec 2009 17:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derjohng.com/?p=2210#comment-8096</guid>
		<description>Hi,
I love this plugin, thanks for your work!
I just wondered if it&#039;s possible to add a URL to my blog as a signature.&#160; I want to use the plugin to post to my Posterous (http://posterous.com) site but have it include a link back to my WordPress blog.&#160; If necessary, it could go in the code because once set, I would never need to change it.

	Any ideas?
Thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I love this plugin, thanks for your work!<br />
I just wondered if it&#39;s possible to add a URL to my blog as a signature.&nbsp; I want to use the plugin to post to my Posterous (<a target=_blank href="http://posterous.com" rel="nofollow">http://posterous.com</a><img src="http://blog.derjohng.com/wp-content/plugins/dj-light-box/external.gif" />&nbsp;) site but have it include a link back to my WordPress blog.&nbsp; If necessary, it could go in the code because once set, I would never need to change it.</p>
<p>	Any ideas?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 阿亮</title>
		<link>http://blog.derjohng.com/2009/05/19/dj-email-publish-v17/comment-page-1/#comment-8071</link>
		<dc:creator>阿亮</dc:creator>
		<pubDate>Tue, 24 Nov 2009 14:36:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derjohng.com/?p=2210#comment-8071</guid>
		<description>&lt;p&gt;hmm. William has some problems on godaddy hosted server. &lt;/p&gt;
&lt;p&gt;From William&#039;s message, and I just have idea about godaddy that has firewall to restrict connection via SMTP.&lt;/p&gt;
&lt;p&gt;You can try to setup the email address to your &quot;normal email address&quot; to verify whether the post is sent.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>hmm. William has some problems on godaddy hosted server. </p>
<p>From William&#39;s message, and I just have idea about godaddy that has firewall to restrict connection via SMTP.</p>
<p>You can try to setup the email address to your &quot;normal email address&quot; to verify whether the post is sent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian murdock</title>
		<link>http://blog.derjohng.com/2009/05/19/dj-email-publish-v17/comment-page-1/#comment-8070</link>
		<dc:creator>Christian murdock</dc:creator>
		<pubDate>Sun, 22 Nov 2009 19:35:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derjohng.com/?p=2210#comment-8070</guid>
		<description>Hello
i tried to use you`re plug-in, but it want work on a godaddy hosted server. Any ideas to resolve the problem? I used the setup as you described in you`re tutorial bt still no functions</description>
		<content:encoded><![CDATA[<p>Hello<br />
i tried to use you`re plug-in, but it want work on a godaddy hosted server. Any ideas to resolve the problem? I used the setup as you described in you`re tutorial bt still no functions</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William</title>
		<link>http://blog.derjohng.com/2009/05/19/dj-email-publish-v17/comment-page-1/#comment-8069</link>
		<dc:creator>William</dc:creator>
		<pubDate>Wed, 18 Nov 2009 11:08:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derjohng.com/?p=2210#comment-8069</guid>
		<description>嗯，好像是用防火墙封的，外部的smtp全部链不上</description>
		<content:encoded><![CDATA[<p>嗯，好像是用防火墙封的，外部的smtp全部链不上</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William</title>
		<link>http://blog.derjohng.com/2009/05/19/dj-email-publish-v17/comment-page-1/#comment-8068</link>
		<dc:creator>William</dc:creator>
		<pubDate>Wed, 18 Nov 2009 10:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derjohng.com/?p=2210#comment-8068</guid>
		<description>好受打击…刚才试了剩余编码…7/8bit直接全部收不到…剩下的依然乱码…建议加个test按钮，以便user测试</description>
		<content:encoded><![CDATA[<p>好受打击…刚才试了剩余编码…7/8bit直接全部收不到…剩下的依然乱码…建议加个test按钮，以便user测试</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 阿亮</title>
		<link>http://blog.derjohng.com/2009/05/19/dj-email-publish-v17/comment-page-1/#comment-8067</link>
		<dc:creator>阿亮</dc:creator>
		<pubDate>Wed, 18 Nov 2009 10:36:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derjohng.com/?p=2210#comment-8067</guid>
		<description>&lt;p&gt;我還真不知有限 socket 的 &lt;img class=&quot;wp-smiley&quot; onclick=&quot;document.getElementById(&#039;comment&#039;).value += &#039; XD&#039;;&quot; src=&quot;../../../../wp-includes/images/cutes/54bd3bbb.gif&quot; alt=&quot;&quot; align=&quot;center&quot; /&gt;&lt;/p&gt;
&lt;p&gt;所以，在 shell 下也不能連到其他地方 ftp or telnet 的？ 真怪.&lt;/p&gt;
&lt;p&gt;8bit/7bit 等都有試過了? 就怕它們只支援 7 bit. 就沒辦法了吧。&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>我還真不知有限 socket 的 <img class="wp-smiley" onclick="document.getElementById('comment').value += ' XD';" src="../../../../../../../../../wp-includes/images/cutes/54bd3bbb.gif" alt="" align="center" /></p>
<p>所以，在 shell 下也不能連到其他地方 ftp or telnet 的？ 真怪.</p>
<p>8bit/7bit 等都有試過了? 就怕它們只支援 7 bit. 就沒辦法了吧。</p>
<p> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William</title>
		<link>http://blog.derjohng.com/2009/05/19/dj-email-publish-v17/comment-page-1/#comment-8066</link>
		<dc:creator>William</dc:creator>
		<pubDate>Wed, 18 Nov 2009 10:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derjohng.com/?p=2210#comment-8066</guid>
		<description>不幸的是包括godaddy在内的很多国外主机都不支持socket，也就无法支援远程的smtp发信，唉～真郁闷了</description>
		<content:encoded><![CDATA[<p>不幸的是包括godaddy在内的很多国外主机都不支持socket，也就无法支援远程的smtp发信，唉～真郁闷了</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William</title>
		<link>http://blog.derjohng.com/2009/05/19/dj-email-publish-v17/comment-page-1/#comment-8064</link>
		<dc:creator>William</dc:creator>
		<pubDate>Wed, 18 Nov 2009 10:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derjohng.com/?p=2210#comment-8064</guid>
		<description>对了，Godaddy等share hosting的发信方式是不经加密的通过本地服务器发送的（smtp的加密方式是none，而不是Gmail所用的ssl/tls，具体您可以参考搜索引擎），请问是不是有影响？如果需要协助，您可以email联络我</description>
		<content:encoded><![CDATA[<p>对了，Godaddy等share hosting的发信方式是不经加密的通过本地服务器发送的（smtp的加密方式是none，而不是Gmail所用的ssl/tls，具体您可以参考搜索引擎），请问是不是有影响？如果需要协助，您可以email联络我</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 阿亮</title>
		<link>http://blog.derjohng.com/2009/05/19/dj-email-publish-v17/comment-page-1/#comment-8063</link>
		<dc:creator>阿亮</dc:creator>
		<pubDate>Wed, 18 Nov 2009 10:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derjohng.com/?p=2210#comment-8063</guid>
		<description>&lt;p&gt;如果是 UTF-8 的話，就無關正體、簡體的問題。&lt;/p&gt;
&lt;p&gt;強烈懷疑 mail server 的問題，&lt;/p&gt;
&lt;p&gt;可以試試 SMTP 設定，由其他 mail server 寄看看。&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>如果是 UTF-8 的話，就無關正體、簡體的問題。</p>
<p>強烈懷疑 mail server 的問題，</p>
<p>可以試試 SMTP 設定，由其他 mail server 寄看看。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William</title>
		<link>http://blog.derjohng.com/2009/05/19/dj-email-publish-v17/comment-page-1/#comment-8062</link>
		<dc:creator>William</dc:creator>
		<pubDate>Wed, 18 Nov 2009 10:06:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derjohng.com/?p=2210#comment-8062</guid>
		<description>Hi，谢谢您耐心的解答，是Utf-8编码的，可是标题就是乱码encoding试过base64/none都不行，请问您用的是何种编码？我键入的标题和正文都是简体字，但是正文却是正常的，请问是否完全支持简体字呢？如果不支持，可否考虑添加支持？不胜感激</description>
		<content:encoded><![CDATA[<p>Hi，谢谢您耐心的解答，是Utf-8编码的，可是标题就是乱码encoding试过base64/none都不行，请问您用的是何种编码？我键入的标题和正文都是简体字，但是正文却是正常的，请问是否完全支持简体字呢？如果不支持，可否考虑添加支持？不胜感激</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 阿亮</title>
		<link>http://blog.derjohng.com/2009/05/19/dj-email-publish-v17/comment-page-1/#comment-8061</link>
		<dc:creator>阿亮</dc:creator>
		<pubDate>Wed, 18 Nov 2009 04:18:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derjohng.com/?p=2210#comment-8061</guid>
		<description>&lt;p&gt;可以試著去改變 email encoding 試試看。&lt;/p&gt;
&lt;p&gt;而且，您前端的 WP 是否用 UTF8? 若用 CN 編碼，可能要改一下程式內容了。&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>可以試著去改變 email encoding 試試看。</p>
<p>而且，您前端的 WP 是否用 UTF8? 若用 CN 編碼，可能要改一下程式內容了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 阿亮</title>
		<link>http://blog.derjohng.com/2009/05/19/dj-email-publish-v17/comment-page-1/#comment-8060</link>
		<dc:creator>阿亮</dc:creator>
		<pubDate>Wed, 18 Nov 2009 04:16:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derjohng.com/?p=2210#comment-8060</guid>
		<description>&lt;p&gt;這個預設即用 php.ini 的 mail() 來跑的，若不行，&lt;/p&gt;
&lt;p&gt;後來的版本也有支援 SMTP 方式來跑。&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>這個預設即用 php.ini 的 mail() 來跑的，若不行，</p>
<p>後來的版本也有支援 SMTP 方式來跑。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William</title>
		<link>http://blog.derjohng.com/2009/05/19/dj-email-publish-v17/comment-page-1/#comment-8058</link>
		<dc:creator>William</dc:creator>
		<pubDate>Tue, 17 Nov 2009 06:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derjohng.com/?p=2210#comment-8058</guid>
		<description>Ps:我用的godaddy的空间，空间默认不支持socket和php-imap有没有办法手动通过php.ini启用？</description>
		<content:encoded><![CDATA[<p>Ps:我用的godaddy的空间，空间默认不支持socket和php-imap有没有办法手动通过php.ini启用？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William</title>
		<link>http://blog.derjohng.com/2009/05/19/dj-email-publish-v17/comment-page-1/#comment-8055</link>
		<dc:creator>William</dc:creator>
		<pubDate>Tue, 17 Nov 2009 06:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derjohng.com/?p=2210#comment-8055</guid>
		<description>你好，您的插件真的很不错，但是我每次转发到blogger标题都会乱码，应该怎么办？能否mail告知？谢谢</description>
		<content:encoded><![CDATA[<p>你好，您的插件真的很不错，但是我每次转发到blogger标题都会乱码，应该怎么办？能否mail告知？谢谢</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xiaoding</title>
		<link>http://blog.derjohng.com/2009/05/19/dj-email-publish-v17/comment-page-1/#comment-7667</link>
		<dc:creator>Xiaoding</dc:creator>
		<pubDate>Wed, 20 May 2009 11:50:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derjohng.com/?p=2210#comment-7667</guid>
		<description>十分感謝你的更新！這下用起來就很方便了~！多謝多謝！</description>
		<content:encoded><![CDATA[<p>十分感謝你的更新！這下用起來就很方便了~！多謝多謝！</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.575 seconds -->
