<?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: Why is my PHP script not sending emails?</title>
	<atom:link href="http://www.html-form-guide.com/blog/php-form-email/3/php-script-not-sending-email/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.html-form-guide.com/blog/php-form-email/3/php-script-not-sending-email/</link>
	<description>How to make good web forms</description>
	<lastBuildDate>Tue, 27 Oct 2009 06:04:53 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Prasanth</title>
		<link>http://www.html-form-guide.com/blog/php-form-email/3/php-script-not-sending-email/comment-page-1/#comment-10</link>
		<dc:creator>Prasanth</dc:creator>
		<pubDate>Wed, 30 Sep 2009 01:46:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.html-form-guide.com/blog/?p=3#comment-10</guid>
		<description>Boiss

phpMailer is only a helper. If you give a wrong &#039;From&#039;, that also can fail to send email.

Prasanth</description>
		<content:encoded><![CDATA[<p>Boiss</p>
<p>phpMailer is only a helper. If you give a wrong &#8216;From&#8217;, that also can fail to send email.</p>
<p>Prasanth</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Rowberg</title>
		<link>http://www.html-form-guide.com/blog/php-form-email/3/php-script-not-sending-email/comment-page-1/#comment-8</link>
		<dc:creator>Jeff Rowberg</dc:creator>
		<pubDate>Tue, 29 Sep 2009 22:55:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.html-form-guide.com/blog/?p=3#comment-8</guid>
		<description>I had the unfortunate experience of troubleshooting a problem where the message header ORDER actually mattered.  This message didn&#039;t go through:

Content-type: text/html
From: Joe Somebody 

But this one did:

From: Joe Somebody 
Content-type: text/html

Go figure.  I guess some spam filters are really picky, or maybe the RFC dictates it must be that way and the server rejected it as malformed.  I may never know.</description>
		<content:encoded><![CDATA[<p>I had the unfortunate experience of troubleshooting a problem where the message header ORDER actually mattered.  This message didn&#8217;t go through:</p>
<p>Content-type: text/html<br />
From: Joe Somebody </p>
<p>But this one did:</p>
<p>From: Joe Somebody<br />
Content-type: text/html</p>
<p>Go figure.  I guess some spam filters are really picky, or maybe the RFC dictates it must be that way and the server rejected it as malformed.  I may never know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boiss</title>
		<link>http://www.html-form-guide.com/blog/php-form-email/3/php-script-not-sending-email/comment-page-1/#comment-7</link>
		<dc:creator>Boiss</dc:creator>
		<pubDate>Tue, 29 Sep 2009 19:39:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.html-form-guide.com/blog/?p=3#comment-7</guid>
		<description>Even easier, use phpMailer class.</description>
		<content:encoded><![CDATA[<p>Even easier, use phpMailer class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erick Patrick</title>
		<link>http://www.html-form-guide.com/blog/php-form-email/3/php-script-not-sending-email/comment-page-1/#comment-4</link>
		<dc:creator>Erick Patrick</dc:creator>
		<pubDate>Tue, 29 Sep 2009 12:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.html-form-guide.com/blog/?p=3#comment-4</guid>
		<description>I had this little problem days ago... It gave me a headache, but asked my host provider to correct the php.ini problem and after just the heaven!

We must pay attention to this things, otherwise we are caught up...

Indeed, good post!</description>
		<content:encoded><![CDATA[<p>I had this little problem days ago&#8230; It gave me a headache, but asked my host provider to correct the php.ini problem and after just the heaven!</p>
<p>We must pay attention to this things, otherwise we are caught up&#8230;</p>
<p>Indeed, good post!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
