<?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 Re: sendmail + file attachement in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-file-attachement/m-p/5008841#M426086</link>
    <description>I've found in my notes from someone else's previous posting the following (which I've excerpted):&lt;BR /&gt;&lt;BR /&gt;&amp;gt;gzip -c myfile &amp;gt; myfile.gz&lt;BR /&gt;&amp;gt;echo "[include myfile.gz application/octet-stream base64]" &amp;gt; myfile.gz.uu&lt;BR /&gt;&lt;BR /&gt;&amp;gt;elm -s "Subject - myfile.gz" username@mailaddr.com &amp;lt; myfile.gz.uu&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 16 Oct 2006 13:48:29 GMT</pubDate>
    <dc:creator>TwoProc</dc:creator>
    <dc:date>2006-10-16T13:48:29Z</dc:date>
    <item>
      <title>sendmail + file attachement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-file-attachement/m-p/5008838#M426083</link>
      <description>Is there any way to send an attachement file with sendmail in HP-UX ???</description>
      <pubDate>Mon, 16 Oct 2006 13:39:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-file-attachement/m-p/5008838#M426083</guid>
      <dc:creator>Radouan Bouzite</dc:creator>
      <dc:date>2006-10-16T13:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail + file attachement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-file-attachement/m-p/5008839#M426084</link>
      <description>&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=738452" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=738452&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=80249" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=80249&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 16 Oct 2006 13:44:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-file-attachement/m-p/5008839#M426084</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-10-16T13:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail + file attachement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-file-attachement/m-p/5008840#M426085</link>
      <description>You can with uuencode : &lt;BR /&gt;&lt;BR /&gt;cat file | uuencode target_filename | mail -s "subject" test@test.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cheers,&lt;BR /&gt;ivan</description>
      <pubDate>Mon, 16 Oct 2006 13:44:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-file-attachement/m-p/5008840#M426085</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2006-10-16T13:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail + file attachement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-file-attachement/m-p/5008841#M426086</link>
      <description>I've found in my notes from someone else's previous posting the following (which I've excerpted):&lt;BR /&gt;&lt;BR /&gt;&amp;gt;gzip -c myfile &amp;gt; myfile.gz&lt;BR /&gt;&amp;gt;echo "[include myfile.gz application/octet-stream base64]" &amp;gt; myfile.gz.uu&lt;BR /&gt;&lt;BR /&gt;&amp;gt;elm -s "Subject - myfile.gz" username@mailaddr.com &amp;lt; myfile.gz.uu&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Oct 2006 13:48:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-file-attachement/m-p/5008841#M426086</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2006-10-16T13:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail + file attachement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-file-attachement/m-p/5008842#M426087</link>
      <description>&lt;A href="http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=980241" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=980241&lt;/A&gt;</description>
      <pubDate>Mon, 16 Oct 2006 13:48:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-file-attachement/m-p/5008842#M426087</guid>
      <dc:creator>Deoncia Grayson_1</dc:creator>
      <dc:date>2006-10-16T13:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail + file attachement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-file-attachement/m-p/5008843#M426088</link>
      <description>Many thanks to Pete, Ivan, John and Deoncia,&lt;BR /&gt;&lt;BR /&gt; It works, I was missing the option "-m" in mailx .&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Oct 2006 13:57:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-file-attachement/m-p/5008843#M426088</guid>
      <dc:creator>Radouan Bouzite</dc:creator>
      <dc:date>2006-10-16T13:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail + file attachement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-file-attachement/m-p/5008844#M426089</link>
      <description>I will close this thread.&lt;BR /&gt; Many thanks for all .&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Oct 2006 13:59:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-file-attachement/m-p/5008844#M426089</guid>
      <dc:creator>Radouan Bouzite</dc:creator>
      <dc:date>2006-10-16T13:59:31Z</dc:date>
    </item>
  </channel>
</rss>

