<?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>Send attachments from command line with mutt &#8211; Arun&#8217;s blog</title>
	<atom:link href="https://arunns.net/tag/send-attachments-from-command-line-with-mutt/feed/" rel="self" type="application/rss+xml" />
	<link>https://arunns.net</link>
	<description>Arun&#039;s blog</description>
	<lastBuildDate>Thu, 13 Feb 2014 08:54:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.2</generator>
	<item>
		<title>Send attachments from command line with mutt</title>
		<link>https://arunns.net/send-attachments-from-command-line-with-mutt/</link>
					<comments>https://arunns.net/send-attachments-from-command-line-with-mutt/#respond</comments>
		
		<dc:creator><![CDATA[Arun N.]]></dc:creator>
		<pubDate>Thu, 13 Feb 2014 08:54:49 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Shell script]]></category>
		<category><![CDATA[Send attachments from command line with mutt]]></category>
		<guid isPermaLink="false">http://arunnsblog.com/?p=783</guid>

					<description><![CDATA[To send e-mails from command line with attachments using mutt. Set the from address with EMAIL= -s &#8211; Subject -a &#8211; attachment file recipient name -c &#8211; for CC -b &#8211; for BCC create a text file (eg: /tmp/testmessage) , with the body of the message. EMAIL="foo@bar" mutt -s "Subject" -a test.doc foo1@bar -c foo2@bar [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>To send e-mails from command line with attachments using mutt.</p>
<p>Set the from address with EMAIL=<br />
-s &#8211; Subject<br />
-a &#8211; attachment file<br />
recipient name<br />
-c &#8211; for CC<br />
-b &#8211; for BCC<br />
create a text file (eg: /tmp/testmessage) , with the body of the message.</p>
<p><code>EMAIL="foo@bar" mutt -s "Subject" -a test.doc foo1@bar -c foo2@bar  < /tmp/testmessage
</code></p>
]]></content:encoded>
					
					<wfw:commentRss>https://arunns.net/send-attachments-from-command-line-with-mutt/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
