<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>邪罗刹的菠萝阁 &#187; commenter</title>
	<atom:link href="http://www.rainmoe.com/tag/commenter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rainmoe.com</link>
	<description>One code, one world ...</description>
	<lastBuildDate>Thu, 29 Dec 2011 14:04:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>修改MailToCommenter插件的发件人</title>
		<link>http://www.rainmoe.com/2009/11/03/edit-the-poster-of-mailtocomments/</link>
		<comments>http://www.rainmoe.com/2009/11/03/edit-the-poster-of-mailtocomments/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 02:19:24 +0000</pubDate>
		<dc:creator>小邪</dc:creator>
				<category><![CDATA[代码 [Code]]]></category>
		<category><![CDATA[commenter]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[poster]]></category>

		<guid isPermaLink="false">http://www.evlos.org/?p=814</guid>
		<description><![CDATA[> 这个插件先自己处理了Mail函数的参数，再去调用WP的Mail函数的。

> 干啥那么自作主张呢，插件设置里给个选择不就好咧，╮(╯▽╰)╭。

> 按照下面修改 mailtocommenter_functions.php 文件：

<span class="readmore"><a href="http://www.rainmoe.com/2009/11/03/edit-the-poster-of-mailtocomments/" title="修改MailToCommenter插件的发件人">阅读全文——共492字</a></span>]]></description>
			<content:encoded><![CDATA[<p>> 这个插件先自己处理了Mail函数的参数，再去调用WP的Mail函数的。<br />
> 干啥那么自作主张呢，插件设置里给个选择不就好咧，╮(╯▽╰)╭。</p>
<p>> 按照下面修改 mailtocommenter_functions.php 文件：</p>
<pre class="brush: php; auto-links: false; html-script: false; title: ; notranslate">
function mailtocommenter_send_email($to,$subject,$message){
	$blogname = get_option('blogname');
	$charset = get_option('blog_charset');
	$headers  = &quot;From: 你的发件人邮箱 \n&quot; ;
	$headers .= &quot;MIME-Version: 1.0\n&quot;;
	$headers .= &quot;Content-Type: text/html;charset=\&quot;$charset\&quot;\n&quot;;
	$to = strtolower($to);
	return @wp_mail($to, $subject, $message, $headers);
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.rainmoe.com/2009/11/03/edit-the-poster-of-mailtocomments/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached (Feed is rejected)
Page Caching using memcached
Database Caching 1/9 queries in 0.004 seconds using memcached
Object Caching 210/221 objects using memcached

Served from: www.rainmoe.com @ 2012-02-09 17:13:20 -->
