<?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: Another attachment query in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/another-attachment-query/m-p/2815996#M828465</link>
    <description>May I suggest using the include option...see if it better suits your needs.&lt;BR /&gt;&lt;BR /&gt;See this thread:&lt;BR /&gt;&lt;A href="http://my1.itrc.hp.com/cm/QuestionAnswer/0,,0x41950559ff7cd4118fef0090279cd0f9!0,00.html" target="_blank"&gt;http://my1.itrc.hp.com/cm/QuestionAnswer/0,,0x41950559ff7cd4118fef0090279cd0f9!0,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita&lt;BR /&gt;</description>
    <pubDate>Mon, 30 Sep 2002 14:33:10 GMT</pubDate>
    <dc:creator>Rita C Workman</dc:creator>
    <dc:date>2002-09-30T14:33:10Z</dc:date>
    <item>
      <title>Another attachment query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/another-attachment-query/m-p/2815995#M828464</link>
      <description>Just read the recent attachment query and am sending attachments quite happily with the following syntax...&lt;BR /&gt;&lt;BR /&gt;uuencode test.xml test.xml | sendmail user@mail.com&lt;BR /&gt;&lt;BR /&gt;However, if I then want to include some headers or body text by redirecting some input to sendmail, the attachments are no longer sent, e.g.&lt;BR /&gt;&lt;BR /&gt;uuencode test.xml test.xml | sendmail user@mail.com &lt;BODY.TXT&gt;&lt;/BODY.TXT&gt;&lt;BR /&gt;Many TIA&lt;BR /&gt;Graham</description>
      <pubDate>Mon, 30 Sep 2002 14:26:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/another-attachment-query/m-p/2815995#M828464</guid>
      <dc:creator>Graham_12</dc:creator>
      <dc:date>2002-09-30T14:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Another attachment query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/another-attachment-query/m-p/2815996#M828465</link>
      <description>May I suggest using the include option...see if it better suits your needs.&lt;BR /&gt;&lt;BR /&gt;See this thread:&lt;BR /&gt;&lt;A href="http://my1.itrc.hp.com/cm/QuestionAnswer/0,,0x41950559ff7cd4118fef0090279cd0f9!0,00.html" target="_blank"&gt;http://my1.itrc.hp.com/cm/QuestionAnswer/0,,0x41950559ff7cd4118fef0090279cd0f9!0,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Sep 2002 14:33:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/another-attachment-query/m-p/2815996#M828465</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2002-09-30T14:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Another attachment query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/another-attachment-query/m-p/2815997#M828466</link>
      <description>You need to build up an input file first before piping into sendmail. If you use uuencode ... | sendmail &lt;BODY.TXT sendmail="" has="" 2="" inputs="" and="" thus="" the="" uuencode="" is="" dropped.=""&gt;&lt;/BODY.TXT&gt;&lt;BR /&gt;You need to do it like this;&lt;BR /&gt;1. create a file with headers and body text.&lt;BR /&gt;2. uuencode &lt;FILE&gt; &lt;FILE&gt; &amp;gt;&amp;gt; &lt;BR /&gt;3. cat  | sendmail &lt;USER&gt;&lt;BR /&gt;&lt;/USER&gt;&lt;/FILE&gt;&lt;/FILE&gt;</description>
      <pubDate>Mon, 30 Sep 2002 14:35:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/another-attachment-query/m-p/2815997#M828466</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-09-30T14:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Another attachment query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/another-attachment-query/m-p/2815998#M828467</link>
      <description>Hi Graham,&lt;BR /&gt;&lt;BR /&gt;You can always try something like:&lt;BR /&gt;&lt;BR /&gt;(echo Subject: This is a test &lt;BR /&gt;&lt;BR /&gt;echo hello ;uuencode /tmp/s.pl /tmp/s.pl) | sendmail robin.wakefield@ubsw.com &lt;BR /&gt;&lt;BR /&gt;Rgds, Robin.</description>
      <pubDate>Mon, 30 Sep 2002 14:42:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/another-attachment-query/m-p/2815998#M828467</guid>
      <dc:creator>Robin Wakefield</dc:creator>
      <dc:date>2002-09-30T14:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Another attachment query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/another-attachment-query/m-p/2815999#M828468</link>
      <description>Stefan&lt;BR /&gt;&lt;BR /&gt;Many thanks, that works.&lt;BR /&gt;&lt;BR /&gt;I had a feeling it was something to do with the redirects rather than sendmail itself.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Graham</description>
      <pubDate>Mon, 30 Sep 2002 14:53:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/another-attachment-query/m-p/2815999#M828468</guid>
      <dc:creator>Graham_12</dc:creator>
      <dc:date>2002-09-30T14:53:04Z</dc:date>
    </item>
  </channel>
</rss>

