<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Send emails in PHP-Using PEAR extensions</title>
	<atom:link href="http://audiblecode.wordpress.com/2008/05/24/send-emails-in-php-using-pear-extensions/feed/" rel="self" type="application/rss+xml" />
	<link>http://audiblecode.wordpress.com/2008/05/24/send-emails-in-php-using-pear-extensions/</link>
	<description>a code repository for codes that you don't have enough words to describe</description>
	<lastBuildDate>Wed, 22 Apr 2009 07:01:44 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Zorfling</title>
		<link>http://audiblecode.wordpress.com/2008/05/24/send-emails-in-php-using-pear-extensions/#comment-42</link>
		<dc:creator>Zorfling</dc:creator>
		<pubDate>Tue, 24 Feb 2009 13:26:56 +0000</pubDate>
		<guid isPermaLink="false">http://audiblecode.wordpress.com/?p=13#comment-42</guid>
		<description>Good post, however this doesn&#039;t actually work.
What this does is adds an HTML file as an attachment.

What you really want to do is replace line 9
$mime-&gt;addAttachment($html,”text/html”,”test.html”,false);

with 
$mime-&gt;setHTMLBody($html, false);

Then this code operates correctly.

Thanks for pointing out the Mail_Mime extension anyway!</description>
		<content:encoded><![CDATA[<p>Good post, however this doesn&#8217;t actually work.<br />
What this does is adds an HTML file as an attachment.</p>
<p>What you really want to do is replace line 9<br />
$mime-&gt;addAttachment($html,”text/html”,”test.html”,false);</p>
<p>with<br />
$mime-&gt;setHTMLBody($html, false);</p>
<p>Then this code operates correctly.</p>
<p>Thanks for pointing out the Mail_Mime extension anyway!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mubbashir</title>
		<link>http://audiblecode.wordpress.com/2008/05/24/send-emails-in-php-using-pear-extensions/#comment-41</link>
		<dc:creator>Mubbashir</dc:creator>
		<pubDate>Thu, 06 Nov 2008 08:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://audiblecode.wordpress.com/?p=13#comment-41</guid>
		<description>Good information, but I think, nothing much, PHP really stinks if I think of it working to go good SEO and it can take care of all the issues at meta data and still multi tier pages can be catered under data base.
Over all, this article did not serve the purpsoe. The writer must rewrite in view of its application.
Regards and good luck.</description>
		<content:encoded><![CDATA[<p>Good information, but I think, nothing much, PHP really stinks if I think of it working to go good SEO and it can take care of all the issues at meta data and still multi tier pages can be catered under data base.<br />
Over all, this article did not serve the purpsoe. The writer must rewrite in view of its application.<br />
Regards and good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kishore</title>
		<link>http://audiblecode.wordpress.com/2008/05/24/send-emails-in-php-using-pear-extensions/#comment-38</link>
		<dc:creator>kishore</dc:creator>
		<pubDate>Thu, 16 Oct 2008 08:06:09 +0000</pubDate>
		<guid isPermaLink="false">http://audiblecode.wordpress.com/?p=13#comment-38</guid>
		<description>hi,thanks for the code but when i run the code i am getting the following error 

 syntax error, unexpected T_STRING  on line 8
  can you please help me whats going wrong...


thanks 

kishore</description>
		<content:encoded><![CDATA[<p>hi,thanks for the code but when i run the code i am getting the following error </p>
<p> syntax error, unexpected T_STRING  on line 8<br />
  can you please help me whats going wrong&#8230;</p>
<p>thanks </p>
<p>kishore</p>
]]></content:encoded>
	</item>
</channel>
</rss>
