<?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>Edmonds Commerce Blog &#187; email</title>
	<atom:link href="http://www.edmondscommerce.co.uk/category/email/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.edmondscommerce.co.uk</link>
	<description>Freelance PHP Ecommerce and SEO Developer in the UK</description>
	<lastBuildDate>Sat, 04 Sep 2010 11:07:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP Email Attachment Function</title>
		<link>http://www.edmondscommerce.co.uk/php/php-email-attachment-function/</link>
		<comments>http://www.edmondscommerce.co.uk/php/php-email-attachment-function/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 13:02:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[email]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/php/php-email-attachment-function/</guid>
		<description><![CDATA[Sending an email with PHP is pretty straight forwards. It's very useful for emailing reports generated from cron jobs etc.
Sometimes though you need your application to email an attachment.
After a load of messing around I have hacked together this email attachment PHP function.
PLAIN TEXT
PHP:




function email_attachment&#40;$to_email, $email, $subject,$our_email_name, $our_email, $file_location, $default_filetype='application/zip'&#41;&#123;


&#160; &#160; $email = '&#60;font face=&#34;arial&#34;&#62;' [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/php/php-email-attachment-function/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>
