<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Topic: POST by email with PHP mail function</title>
		<link>http://en.forums.wordpress.com/topic/post-by-email-with-php-mail-function</link>
		<description>WordPress.com Forums &#187; Topic: POST by email with PHP mail function</description>
		<language>en</language>
		<pubDate>Mon, 20 May 2013 05:28:14 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/post-by-email-with-php-mail-function" rel="self" type="application/rss+xml" />

		<item>
			<title>mmadfan on "POST by email with PHP mail function"</title>
			<link>http://en.forums.wordpress.com/topic/post-by-email-with-php-mail-function#post-659227</link>
			<pubDate>Sun, 31 Jul 2011 05:31:10 +0000</pubDate>
			<dc:creator>mmadfan</dc:creator>
			<guid isPermaLink="false">659227@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@rajeevroywiantech:<br />
macmanx said:<br />
<blockquote>Also, I removed your post by email address from above. You should consider regenerating this before the spammers pick up on it. </p></blockquote>
<p>You should regenerate (recreate/redo) the email address that you posted in your example of the php you were trying to use. Spammers can pick up that email address and use it to spam your blog with posts. The email address that you use to post to your blog should remain private to you only, otherwise, others can access your account and post material that you do not approve.</p>
<p>As for whether you're a spammer, that's not really the issue that thesacredpath is addressing -- although since spammers and scrapers also used automated posting, that is a reason for wordpress.com to not allow automated posting -- you are better off posting content to only one of your blogs. Keep the content on each blog unique. You can always post a link to another blog post on a different blog, if you want to direct readers of that blog to another blog. </p>
<p>I have to say that I don't understand the point of having four identical blogs all hosted at the same host.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "POST by email with PHP mail function"</title>
			<link>http://en.forums.wordpress.com/topic/post-by-email-with-php-mail-function#post-659225</link>
			<pubDate>Sun, 31 Jul 2011 05:19:05 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">659225@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>If you are duplicating content on those 3-4 blogs, you are killing your search engine ranking. Those 4 sites will compete against each other for ranking on the duplicate content, and all of the sites are going to be ranked much lower than would be the case if you had the content only on one site. Google might also decide on its own not to list 3 of the 4 at all, or relegate them to the very bottom of search results.</p>
<p>Duplicate content on the web = <strong>always</strong> bad idea</p>
<p>Also, even though you say you are "not spammer" how is wordpress supposed to sort out the "not spammers" from the "spammers"?
</p>
]]></description>
					</item>
		<item>
			<title>rajeevroy1525 on "POST by email with PHP mail function"</title>
			<link>http://en.forums.wordpress.com/topic/post-by-email-with-php-mail-function#post-659221</link>
			<pubDate>Sun, 31 Jul 2011 04:55:23 +0000</pubDate>
			<dc:creator>rajeevroy1525</dc:creator>
			<guid isPermaLink="false">659221@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for your reply but I am not spammer. I have 3-4 blogs so how do I post to all blogs at a time or I have to post one by one.
</p>
]]></description>
					</item>
		<item>
			<title>macmanx on "POST by email with PHP mail function"</title>
			<link>http://en.forums.wordpress.com/topic/post-by-email-with-php-mail-function#post-659048</link>
			<pubDate>Sat, 30 Jul 2011 23:26:51 +0000</pubDate>
			<dc:creator>macmanx</dc:creator>
			<guid isPermaLink="false">659048@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The posts will need to be sent through a real mail client or webmail service. We do not allow automated posting here at WordPress.com.</p>
<p>Also, I removed your post by email address from above. You should consider regenerating this before the spammers pick up on it.
</p>
]]></description>
					</item>
		<item>
			<title>rajeevroy1525 on "POST by email with PHP mail function"</title>
			<link>http://en.forums.wordpress.com/topic/post-by-email-with-php-mail-function#post-658976</link>
			<pubDate>Sat, 30 Jul 2011 22:05:51 +0000</pubDate>
			<dc:creator>rajeevroy1525</dc:creator>
			<guid isPermaLink="false">658976@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I want to post in wordpress.com with POST BY EMAIL functionality. I wrote a script to post it to rajeevroywords.wordpress.com  blog, but my mail is not creating any new post but when I am sending mail via Gmail its creating a new post in wordpress.com. what mistake I am doing. I could not understand. </p>
<p>Here is my simple code : </p>
<p>&#60;?php<br />
$to = "[post by email address removed]";<br />
$subject = "About Politics";<br />
$message = "Hello! This is About Politics.";<br />
$from = "[email address removed]";<br />
$headers = "From:" . $from. "\r\n";<br />
$headers .= "To:" ."[post by email address removed]". "\r\n";<br />
$headers .= "Cc:" . "[email address removed]". "\r\n";</p>
<p>echo mail($to,$subject,$message,$headers);</p>
<p>?&#62;</p>
<p>Its a very basic code. I have tried with different HEADERS also but the result is same.<br />
please help me out from this issue.</p>
<p>If , there is any alternative way then please suggest. </p>
<p>Thanks in advance<br />
Rajeev
</p>
]]></description>
					</item>

	</channel>
</rss>
