<?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: uuencode - mailx attachment in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/uuencode-mailx-attachment/m-p/3817874#M606594</link>
    <description>Thanks Steven,&lt;BR /&gt;&lt;BR /&gt;I am able to send the proper attachment If I execute:&lt;BR /&gt;&lt;BR /&gt;uuencode /location/file.csv filename.csv|/usr/bin/mailx -s "Subject" $EMAIL&lt;BR /&gt;&lt;BR /&gt;from the command line.&lt;BR /&gt;&lt;BR /&gt;It somehow does not seem to work properly from the script.&lt;BR /&gt;&lt;BR /&gt;-Anand&lt;BR /&gt;</description>
    <pubDate>Wed, 05 Jul 2006 12:05:07 GMT</pubDate>
    <dc:creator>Anand_30</dc:creator>
    <dc:date>2006-07-05T12:05:07Z</dc:date>
    <item>
      <title>uuencode - mailx attachment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uuencode-mailx-attachment/m-p/3817872#M606592</link>
      <description>&lt;P&gt;I am trying to send some attachment using the following command:&lt;BR /&gt;&lt;BR /&gt;uuencode /location/file.csv filename.csv|/usr/bin/mailx -s "Subject" $EMAIL&lt;BR /&gt;&lt;BR /&gt;It is sending the email with the attachment but the attachment does not conatin any data.&lt;BR /&gt;&lt;BR /&gt;The file is present in the "location" specified and it contains data.&lt;BR /&gt;&lt;BR /&gt;Please help.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Anand&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;----------&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S. This thread has been moved from Operating System --&amp;gt; HP-UX --&amp;gt; Languages &amp;amp; Scripting to Operating System --&amp;gt; HP-UX --&amp;gt; Messaging - Forum Moderator&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2012 09:33:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uuencode-mailx-attachment/m-p/3817872#M606592</guid>
      <dc:creator>Anand_30</dc:creator>
      <dc:date>2012-01-27T09:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: uuencode - mailx attachment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uuencode-mailx-attachment/m-p/3817873#M606593</link>
      <description>Shalom,&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;Your smtp gateway server is capable of chewing up the attachment and causing this problem.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 05 Jul 2006 11:54:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uuencode-mailx-attachment/m-p/3817873#M606593</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-05T11:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: uuencode - mailx attachment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uuencode-mailx-attachment/m-p/3817874#M606594</link>
      <description>Thanks Steven,&lt;BR /&gt;&lt;BR /&gt;I am able to send the proper attachment If I execute:&lt;BR /&gt;&lt;BR /&gt;uuencode /location/file.csv filename.csv|/usr/bin/mailx -s "Subject" $EMAIL&lt;BR /&gt;&lt;BR /&gt;from the command line.&lt;BR /&gt;&lt;BR /&gt;It somehow does not seem to work properly from the script.&lt;BR /&gt;&lt;BR /&gt;-Anand&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Jul 2006 12:05:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uuencode-mailx-attachment/m-p/3817874#M606594</guid>
      <dc:creator>Anand_30</dc:creator>
      <dc:date>2006-07-05T12:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: uuencode - mailx attachment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uuencode-mailx-attachment/m-p/3817875#M606595</link>
      <description>Anand,&lt;BR /&gt;&lt;BR /&gt;Check that the user executing the script has read permission for /location/file.csv.&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Wed, 05 Jul 2006 13:15:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uuencode-mailx-attachment/m-p/3817875#M606595</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-07-05T13:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: uuencode - mailx attachment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uuencode-mailx-attachment/m-p/3817876#M606596</link>
      <description>Specify file's full pathname in the uuencode part and add "-m" switch to mailx:&lt;BR /&gt;&lt;BR /&gt;uuencode /location/file.csv /location/file.csv | mailx -m -s "Subject" $EMAIL&lt;BR /&gt;&lt;BR /&gt;hope it helps</description>
      <pubDate>Wed, 05 Jul 2006 13:20:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uuencode-mailx-attachment/m-p/3817876#M606596</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2006-07-05T13:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: uuencode - mailx attachment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uuencode-mailx-attachment/m-p/3817877#M606597</link>
      <description>I think my script will work for you. I've never had anyone come back and say it doesn't work. Its in production on probably every continent where there are HP-9000 servers.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 05 Jul 2006 13:25:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uuencode-mailx-attachment/m-p/3817877#M606597</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-05T13:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: uuencode - mailx attachment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uuencode-mailx-attachment/m-p/3817878#M606598</link>
      <description>Thanks for all the response.&lt;BR /&gt;&lt;BR /&gt;I have found out the issue in my perl script from which I was trying to email the output.&lt;BR /&gt;&lt;BR /&gt;I did not close the filehandler before sending the mail.&lt;BR /&gt;&lt;BR /&gt;I have corrected the issue and it works fine now.&lt;BR /&gt;&lt;BR /&gt;-Anand</description>
      <pubDate>Wed, 05 Jul 2006 13:31:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uuencode-mailx-attachment/m-p/3817878#M606598</guid>
      <dc:creator>Anand_30</dc:creator>
      <dc:date>2006-07-05T13:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: uuencode - mailx attachment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uuencode-mailx-attachment/m-p/5510007#M606599</link>
      <description>&lt;P&gt;Hi , i have the same problem. im using&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;uuencode /db01/oraprod/DBTS_270112.html.gz /db01/oraprod/DBTS_270112.html.gz | mailx -m -s "DATABASE" &lt;A target="_blank" href="mailto:name@foo.com"&gt;name@foo.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when i get the email its like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;begin 644 /db01/oraprod/DBTS_270112.html.gz&lt;/P&gt;&lt;P&gt;M'XL(".L\(D\``T1"5%-?,C&amp;lt;P,3$R+FAT;6P`[=UKCQO'E&amp;lt;;Q]_H4`R\6R+Y(&lt;/P&gt;&lt;P&gt;MI:OZ'D@".#.&amp;lt;T4CDD&amp;amp;)SI+$6"T&amp;amp;VM4D`KYW5.KO(M]^6+S)O2C\Z73-4Q?]?&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="mailto:M$@2.B3AF\+#NYSS\ZOMO_G[RU9^^_O[;[]\]^N)?IN7[?WQQ\O@$P#^+!P\O"&gt;M$@2.B3AF\+#NYSS\ZOMO_G[RU9^^_O[;[]\]^N)?IN7[?WQQ\O@$P#^+!P\O&lt;/A&gt;&lt;/P&gt;&lt;P&gt;M%M?KDXO)V?31%R^FJ_/)]&amp;gt;2+D[/%;+':2'UW]6KZJ"#[0*(.!_VG8._FG:`#&lt;/P&gt;&lt;P&gt;MB6)$!WX#'CS\\SL"#/R3&amp;gt;_#PO]Z\^^^_O7U[TIVM%K/99+ZXN5X_\MG/?WP^&lt;/P&gt;&lt;P&gt;MG4V^[/\P._GJ[9_?_.]?OG_WZ,VW/[Q]]]V;']Y^V,+[^]MOO_W^_Q[_@\G!&lt;/P&gt;&lt;P&gt;M5]_^[&amp;gt;U/\X+R\?ED/3F==-.3_M]FTV[9?[X[64V7B]7ZCR&amp;gt;A_GWF?Q\R'T[^&lt;/P&gt;&lt;P&gt;M&amp;gt;+)&amp;lt;7&amp;lt;TG#__P\__"QP]/5S_^Z]C?&amp;amp;9`&amp;lt;&lt;A target="_blank" href="mailto:1G3@-%5e#!C\.DL&amp;quot;&amp;amp;7_"&gt;1G3@-^#!C\.DL"&amp;amp;7_&lt;/A&gt;&amp;gt;BG#;E_]__A&lt;/P&gt;&lt;P&gt;M^N%V&amp;lt;&amp;lt;X8"R3AP&amp;lt;,?WGSU;3\+__[=-V_?/?(G7_?3\+^^^&amp;gt;:;OWSWIT?AQS_Z&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please advise&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2012 06:00:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uuencode-mailx-attachment/m-p/5510007#M606599</guid>
      <dc:creator>ginimix</dc:creator>
      <dc:date>2012-01-27T06:00:50Z</dc:date>
    </item>
  </channel>
</rss>

