<?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: Sending Yourself a File as an Attachment From the Command Line	</title>
	<atom:link href="https://www.brandonchecketts.com/archives/sending-yourself-a-file-as-an-attachment-from-the-command-line/feed" rel="self" type="application/rss+xml" />
	<link>https://www.brandonchecketts.com/archives/sending-yourself-a-file-as-an-attachment-from-the-command-line</link>
	<description>Web Programming, Linux System Administation, and Entrepreneurship in Athens Georgia</description>
	<lastBuildDate>Sat, 10 May 2008 05:11:45 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>
		By: Kevin		</title>
		<link>https://www.brandonchecketts.com/archives/sending-yourself-a-file-as-an-attachment-from-the-command-line/comment-page-1#comment-935</link>

		<dc:creator><![CDATA[Kevin]]></dc:creator>
		<pubDate>Sat, 10 May 2008 05:11:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonchecketts.com/archives/sending-yourself-a-file-as-an-attachment-from-the-command-line#comment-935</guid>

					<description><![CDATA[For those on UNIX systems without mutt, you simply use uuencode.  (It&#039;s also available if you install the sharutils rpm on Red Hat or CentOS systems).  Just type in:

uuencode /home/brandon/some-file.bin &#124; mail -s &quot;Here is the file&quot; some@body.com]]></description>
			<content:encoded><![CDATA[<p>For those on UNIX systems without mutt, you simply use uuencode.  (It&#8217;s also available if you install the sharutils rpm on Red Hat or CentOS systems).  Just type in:</p>
<p>uuencode /home/brandon/some-file.bin | mail -s &#8220;Here is the file&#8221; <a href="mailto:some@body.com">some@body.com</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
