<?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: why do I get plain Text instead of a file? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/sendmail-why-do-i-get-plain-text-instead-of-a-file/m-p/3123777#M8064</link>
    <description>I did the re-write. Subject is any argument after and including argument 5.&lt;BR /&gt;&lt;BR /&gt;5 Arguments required.&lt;BR /&gt;&lt;BR /&gt;If you decide to point, one or the other please. I'm close to a goal and I want everything to be earned.  &lt;BR /&gt;&lt;BR /&gt;I should have done the re-write prior to my first post.</description>
    <pubDate>Wed, 19 Nov 2003 12:11:04 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-11-19T12:11:04Z</dc:date>
    <item>
      <title>sendmail: why do I get plain Text instead of a file?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-why-do-i-get-plain-text-instead-of-a-file/m-p/3123775#M8062</link>
      <description>Hi you all&lt;BR /&gt;&lt;BR /&gt;here is the sendmail part of my script. I am usin RH Linux 8 and sendig to Lotus-Notes. Instead of getting an attached File I get plain Text with the Mail:&lt;BR /&gt;&lt;BR /&gt;{&lt;BR /&gt;        echo To:        $EMAIL_TO&lt;BR /&gt;        echo From:      $EMAIL_FROM&lt;BR /&gt;        echo CC:        $EMAIL_CC&lt;BR /&gt;        echo Subject:   $EMAIL_SUBJECT&lt;BR /&gt;        uuencode -m "$ip_out/$x" "$ip_out/$y"&lt;BR /&gt;} | /usr/sbin/sendmail "$EMAIL_ALL"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and here is the first part of the result (it should be the file A_..... .xls):&lt;BR /&gt;&lt;BR /&gt;begin-base64 644 /opt/aa40/ip_out/A_09B67FEF55B9EF4941256DE300533DE6.xls&lt;BR /&gt;PGFhPgp6aXh8MTUwNjR8Q049U3RlZmFuIFppbW1lcm1hbm4vT1U9QkUvT1U9&lt;BR /&gt;VGVsZW1hdGljL089QUVZL0M9Q0h8MDAwMjEyMDYzMXwxNC4xMS4yMDAzfDA5&lt;BR /&gt;QjY3RkVGNTVCOUVGNDk0MTI1NkRFMzAwNTMzREU2DXx8MTg4fDIxMDF8Cjxh&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Many Thanks&lt;BR /&gt;&lt;BR /&gt;Juerg&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Nov 2003 11:07:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-why-do-i-get-plain-text-instead-of-a-file/m-p/3123775#M8062</guid>
      <dc:creator>Juerg DENNEBERG</dc:creator>
      <dc:date>2003-11-19T11:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail: why do I get plain Text instead of a file?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-why-do-i-get-plain-text-instead-of-a-file/m-p/3123776#M8063</link>
      <description>I'm attaching a production script that properly does attachments.&lt;BR /&gt;&lt;BR /&gt;I never had any success with uuencode.&lt;BR /&gt;&lt;BR /&gt;The attachment is called mailfile.  I'm doing an upgrade next week to allow it to take multiple workd subjects. &lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 19 Nov 2003 11:54:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-why-do-i-get-plain-text-instead-of-a-file/m-p/3123776#M8063</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-11-19T11:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail: why do I get plain Text instead of a file?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-why-do-i-get-plain-text-instead-of-a-file/m-p/3123777#M8064</link>
      <description>I did the re-write. Subject is any argument after and including argument 5.&lt;BR /&gt;&lt;BR /&gt;5 Arguments required.&lt;BR /&gt;&lt;BR /&gt;If you decide to point, one or the other please. I'm close to a goal and I want everything to be earned.  &lt;BR /&gt;&lt;BR /&gt;I should have done the re-write prior to my first post.</description>
      <pubDate>Wed, 19 Nov 2003 12:11:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-why-do-i-get-plain-text-instead-of-a-file/m-p/3123777#M8064</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-11-19T12:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail: why do I get plain Text instead of a file?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-why-do-i-get-plain-text-instead-of-a-file/m-p/3123778#M8065</link>
      <description>try with elm &lt;BR /&gt;echo "[include name_of_file application/octet_stream base64]"&amp;gt;&amp;gt;$MAIL_N&lt;BR /&gt;AME&lt;BR /&gt; elm -s "MAIL_SUBJECT" MAIL_TO &amp;lt;$MAIL_NAME</description>
      <pubDate>Wed, 19 Nov 2003 12:33:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-why-do-i-get-plain-text-instead-of-a-file/m-p/3123778#M8065</guid>
      <dc:creator>smatador</dc:creator>
      <dc:date>2003-11-19T12:33:27Z</dc:date>
    </item>
  </channel>
</rss>

