<?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: Change WordPress Mail Sender</title>
	<atom:link href="http://wpengineer.com/1604/change-wordpress-mail-sender/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpengineer.com/1604/change-wordpress-mail-sender/</link>
	<description>WordPress News, Hacks, Tips, Tutorials, Plugins and Themes</description>
	<lastBuildDate>Tue, 22 May 2012 12:01:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Derry</title>
		<link>http://wpengineer.com/1604/change-wordpress-mail-sender/#comment-4561</link>
		<dc:creator>Derry</dc:creator>
		<pubDate>Thu, 24 Jun 2010 02:10:03 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1604#comment-4561</guid>
		<description>@Mike

edit line 375 in Wordpress 3.0 . You also want to edit line 391

		$from_email = &#039;wordpress@&#039; . $sitename;

Cheers</description>
		<content:encoded><![CDATA[<p>@Mike</p>
<p>edit line 375 in WordPress 3.0 . You also want to edit line 391</p>
<p>		$from_email = 'wordpress@' . $sitename;</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://wpengineer.com/1604/change-wordpress-mail-sender/#comment-3823</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 05 Apr 2010 14:07:08 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1604#comment-3823</guid>
		<description>awesome post! If you are looking to just change the name of the default sender from &quot;WordPress&quot; to something like &quot;Mike&quot; just edit line 352 of pluggable.php. change: 

&lt;code&gt;$from_name = &#039;WordPress&#039;;&lt;/code&gt;

to 

&lt;code&gt;$from_name = &#039;Mike&#039;;&lt;/code&gt;...

As a side note, if you update wordpress, this change will be undone...so a more permanent solution would be to use a plugin. But for quick and easy, this is a viable solution.</description>
		<content:encoded><![CDATA[<p>awesome post! If you are looking to just change the name of the default sender from "WordPress" to something like "Mike" just edit line 352 of pluggable.php. change: </p>
<p><code>$from_name = 'WordPress';</code></p>
<p>to </p>
<p><code>$from_name = 'Mike';</code>...</p>
<p>As a side note, if you update wordpress, this change will be undone...so a more permanent solution would be to use a plugin. But for quick and easy, this is a viable solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://wpengineer.com/1604/change-wordpress-mail-sender/#comment-1638</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Fri, 21 Aug 2009 11:26:43 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1604#comment-1638</guid>
		<description>@Spence Kiddle: thanks for your hint; you have right.
I have fixed this.</description>
		<content:encoded><![CDATA[<p>@Spence Kiddle: thanks for your hint; you have right.<br />
I have fixed this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spence Kiddle</title>
		<link>http://wpengineer.com/1604/change-wordpress-mail-sender/#comment-1637</link>
		<dc:creator>Spence Kiddle</dc:creator>
		<pubDate>Thu, 20 Aug 2009 20:19:02 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1604#comment-1637</guid>
		<description>Frank,

Awesome little script very easy to use.
FYI the function names are flipped.

//new name
fb_mail_from()
should be fb_mail_from_name()

//new email-address
fb_mail_from_name()
should be fb_mail_from()</description>
		<content:encoded><![CDATA[<p>Frank,</p>
<p>Awesome little script very easy to use.<br />
FYI the function names are flipped.</p>
<p>//new name<br />
fb_mail_from()<br />
should be fb_mail_from_name()</p>
<p>//new email-address<br />
fb_mail_from_name()<br />
should be fb_mail_from()</p>
]]></content:encoded>
	</item>
</channel>
</rss>

