<?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: Attachements with Subject Lines in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/attachements-with-subject-lines/m-p/2674677#M905855</link>
    <description>The mailx command is embedding the uuencoded file into the text of the message.</description>
    <pubDate>Fri, 01 Mar 2002 17:49:08 GMT</pubDate>
    <dc:creator>Chris Englert</dc:creator>
    <dc:date>2002-03-01T17:49:08Z</dc:date>
    <item>
      <title>Attachements with Subject Lines</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/attachements-with-subject-lines/m-p/2674672#M905850</link>
      <description>I am having difficulty in sending a file as an attachment and including a subject line.  uuencode file file | mail email.address does not allow me to add a subject line.  I have tried other ways using mailx.  Could it be a sendmail setting in the config files?  How can I send an attachment and change the subject line.</description>
      <pubDate>Fri, 01 Mar 2002 17:02:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/attachements-with-subject-lines/m-p/2674672#M905850</guid>
      <dc:creator>Chris Englert</dc:creator>
      <dc:date>2002-03-01T17:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Attachements with Subject Lines</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/attachements-with-subject-lines/m-p/2674673#M905851</link>
      <description>Try this ..&lt;BR /&gt;&lt;BR /&gt;$ uuencode file file | elm -s "subject_here" &lt;EMAIL_ADDRESS&gt;&lt;/EMAIL_ADDRESS&gt;</description>
      <pubDate>Fri, 01 Mar 2002 17:09:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/attachements-with-subject-lines/m-p/2674673#M905851</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-03-01T17:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Attachements with Subject Lines</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/attachements-with-subject-lines/m-p/2674674#M905852</link>
      <description>For more info ..&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xa7f93c853cd9d5118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xa7f93c853cd9d5118ff40090279cd0f9,00.html&lt;/A&gt;</description>
      <pubDate>Fri, 01 Mar 2002 17:13:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/attachements-with-subject-lines/m-p/2674674#M905852</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-03-01T17:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Attachements with Subject Lines</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/attachements-with-subject-lines/m-p/2674675#M905853</link>
      <description>The elm option worked, but the uuencoded file embeded into the text of the message.  Does this mean an Elm setting is in-correct?</description>
      <pubDate>Fri, 01 Mar 2002 17:27:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/attachements-with-subject-lines/m-p/2674675#M905853</guid>
      <dc:creator>Chris Englert</dc:creator>
      <dc:date>2002-03-01T17:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Attachements with Subject Lines</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/attachements-with-subject-lines/m-p/2674676#M905854</link>
      <description>Or try &lt;BR /&gt;&lt;BR /&gt;uuencode file file | mailx -s "Subject line" user@foo.com</description>
      <pubDate>Fri, 01 Mar 2002 17:40:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/attachements-with-subject-lines/m-p/2674676#M905854</guid>
      <dc:creator>Eric Ladner</dc:creator>
      <dc:date>2002-03-01T17:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Attachements with Subject Lines</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/attachements-with-subject-lines/m-p/2674677#M905855</link>
      <description>The mailx command is embedding the uuencoded file into the text of the message.</description>
      <pubDate>Fri, 01 Mar 2002 17:49:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/attachements-with-subject-lines/m-p/2674677#M905855</guid>
      <dc:creator>Chris Englert</dc:creator>
      <dc:date>2002-03-01T17:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Attachements with Subject Lines</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/attachements-with-subject-lines/m-p/2674678#M905856</link>
      <description>Oh .. looks like you need to do a little work to include the MIME headers and base64 encoding to make it work. Check this thread..&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x41950559ff7cd4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x41950559ff7cd4118fef0090279cd0f9,00.html&lt;/A&gt;</description>
      <pubDate>Fri, 01 Mar 2002 18:01:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/attachements-with-subject-lines/m-p/2674678#M905856</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-03-01T18:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Attachements with Subject Lines</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/attachements-with-subject-lines/m-p/2674679#M905857</link>
      <description>I figured it out.  I had to do the following:&lt;BR /&gt;&lt;BR /&gt;uuencode filename filename | mailx -m -s "subject" emailaddress&lt;BR /&gt;&lt;BR /&gt;Thanks for all your help.  Now I need to give my self some points.....  (Just kiddin.)&lt;BR /&gt;&lt;BR /&gt;Thanks again.</description>
      <pubDate>Fri, 01 Mar 2002 22:18:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/attachements-with-subject-lines/m-p/2674679#M905857</guid>
      <dc:creator>Chris Englert</dc:creator>
      <dc:date>2002-03-01T22:18:15Z</dc:date>
    </item>
  </channel>
</rss>

