<?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>ComputerHowToGuy.com &#187; email</title>
	<atom:link href="http://www.computerhowtoguy.com/tag/email/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.computerhowtoguy.com</link>
	<description>Your how-to computer guide</description>
	<lastBuildDate>Wed, 01 Feb 2012 05:54:36 +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>Sending emails with PHP</title>
		<link>http://www.computerhowtoguy.com/php/sending-emails-with-php/</link>
		<comments>http://www.computerhowtoguy.com/php/sending-emails-with-php/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 05:24:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[email]]></category>

		<guid isPermaLink="false">http://www.aratide.com/?p=131</guid>
		<description><![CDATA[Sending an email is easy using PHP. Create a new file, copy and paste this code, and give it a spin! &#160; &#60;?php &#160; // Prepare the data $to = 'nobody@example.com'; $subject = 'the subject'; $message = 'hello'; $headers = 'From: webmaster@example.com'.&#34;rn&#34;. 'Reply-To: webmaster@example.com'.&#34;rn&#34;. 'X-Mailer: PHP/'.phpversion&#40;&#41;; &#160; // Send the email mail&#40;$to, $subject, $message, $headers&#41;; [...]]]></description>
		<wfw:commentRss>http://www.computerhowtoguy.com/php/sending-emails-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

