<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Sending attachments with mail utility in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/sending-attachments-with-mail-utility/m-p/4290700#M62597</link>
    <description>Hi there --&lt;BR /&gt;&lt;BR /&gt;Is it possible to send attachments via the mail utility? If so, what syntax do I need to use? Thanks.</description>
    <pubDate>Mon, 20 Oct 2008 22:55:36 GMT</pubDate>
    <dc:creator>Andrew Kaplan</dc:creator>
    <dc:date>2008-10-20T22:55:36Z</dc:date>
    <item>
      <title>Sending attachments with mail utility</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sending-attachments-with-mail-utility/m-p/4290700#M62597</link>
      <description>Hi there --&lt;BR /&gt;&lt;BR /&gt;Is it possible to send attachments via the mail utility? If so, what syntax do I need to use? Thanks.</description>
      <pubDate>Mon, 20 Oct 2008 22:55:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sending-attachments-with-mail-utility/m-p/4290700#M62597</guid>
      <dc:creator>Andrew Kaplan</dc:creator>
      <dc:date>2008-10-20T22:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Sending attachments with mail utility</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sending-attachments-with-mail-utility/m-p/4290701#M62598</link>
      <description>Probably with:&lt;BR /&gt;&lt;BR /&gt;uuenconde filename filename | mail -s "subject" user@domain&lt;BR /&gt;&lt;BR /&gt;Where filename is the name of the file you want to attach (yes, it's specified twice)</description>
      <pubDate>Tue, 21 Oct 2008 01:03:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sending-attachments-with-mail-utility/m-p/4290701#M62598</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2008-10-21T01:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Sending attachments with mail utility</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sending-attachments-with-mail-utility/m-p/4290702#M62599</link>
      <description>I think you can send attachments via mail utility as&lt;BR /&gt;&lt;BR /&gt;# mail -s "Your Subject" -a file1_to_be_attached -a file2_to_be_attached user@domain &amp;lt;~&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Oct 2008 03:04:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sending-attachments-with-mail-utility/m-p/4290702#M62599</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2008-10-21T03:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Sending attachments with mail utility</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sending-attachments-with-mail-utility/m-p/4290703#M62600</link>
      <description>Only a small correction to Maaz' post: the command to use with this syntax would be mutt instead of mail:&lt;BR /&gt;&lt;BR /&gt;# mutt -s "Your Subject" -a file1_to_be_attached -a file2_to_be_attached user@domain&lt;BR /&gt;&lt;BR /&gt;..the easy way to send attachments in linux, should you have mutt installed.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Wout</description>
      <pubDate>Tue, 21 Oct 2008 09:00:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sending-attachments-with-mail-utility/m-p/4290703#M62600</guid>
      <dc:creator>Wouter Jagers</dc:creator>
      <dc:date>2008-10-21T09:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Sending attachments with mail utility</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sending-attachments-with-mail-utility/m-p/4290704#M62601</link>
      <description>Hi Andrew:&lt;BR /&gt;&lt;BR /&gt;See Dave La Mar's attachment in this post for a nice summary guide:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://itrc.hp.com/service/forums/questionanswer.do?threadId=1055549" target="_blank"&gt;http://itrc.hp.com/service/forums/questionanswer.do?threadId=1055549&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 21 Oct 2008 12:39:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sending-attachments-with-mail-utility/m-p/4290704#M62601</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-10-21T12:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Sending attachments with mail utility</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sending-attachments-with-mail-utility/m-p/4290705#M62602</link>
      <description>Hi there --&lt;BR /&gt;&lt;BR /&gt;Thanks for the help. I went ahead with the uuencode method, and it works great. &lt;BR /&gt;&lt;BR /&gt;The other approaches mentioned also look good, and I'll keep them in mind.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Oct 2008 18:29:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sending-attachments-with-mail-utility/m-p/4290705#M62602</guid>
      <dc:creator>Andrew Kaplan</dc:creator>
      <dc:date>2008-10-21T18:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Sending attachments with mail utility</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sending-attachments-with-mail-utility/m-p/4290706#M62603</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Late but a script with some enhanced abilities, using uuencode.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hpux.ws/mailfile2" target="_blank"&gt;http://www.hpux.ws/mailfile2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 22 Oct 2008 06:26:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sending-attachments-with-mail-utility/m-p/4290706#M62603</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-10-22T06:26:49Z</dc:date>
    </item>
  </channel>
</rss>

