<?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: when use mail or sendmail to mail on comamnd line , how to attach a file ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/when-use-mail-or-sendmail-to-mail-on-comamnd-line-how-to-attach/m-p/2644149#M44462</link>
    <description>&lt;BR /&gt;uuencode &lt;FILENAME&gt; &lt;FILENAME&gt; | mailx -s"&lt;SUBJECT&gt;" &lt;DESTINATION&gt;&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;uuencode &lt;FILENAME&gt; &lt;FILENAME&gt; | sendmail -v &lt;DESTINATION&gt;&lt;BR /&gt;&lt;/DESTINATION&gt;&lt;/FILENAME&gt;&lt;/FILENAME&gt;&lt;/DESTINATION&gt;&lt;/SUBJECT&gt;&lt;/FILENAME&gt;&lt;/FILENAME&gt;</description>
    <pubDate>Mon, 14 Jan 2002 09:54:30 GMT</pubDate>
    <dc:creator>Stefan Farrelly</dc:creator>
    <dc:date>2002-01-14T09:54:30Z</dc:date>
    <item>
      <title>when use mail or sendmail to mail on comamnd line , how to attach a file ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-use-mail-or-sendmail-to-mail-on-comamnd-line-how-to-attach/m-p/2644148#M44461</link>
      <description>thanks &lt;BR /&gt;Sunny</description>
      <pubDate>Mon, 14 Jan 2002 09:52:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-use-mail-or-sendmail-to-mail-on-comamnd-line-how-to-attach/m-p/2644148#M44461</guid>
      <dc:creator>faust2004</dc:creator>
      <dc:date>2002-01-14T09:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: when use mail or sendmail to mail on comamnd line , how to attach a file ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-use-mail-or-sendmail-to-mail-on-comamnd-line-how-to-attach/m-p/2644149#M44462</link>
      <description>&lt;BR /&gt;uuencode &lt;FILENAME&gt; &lt;FILENAME&gt; | mailx -s"&lt;SUBJECT&gt;" &lt;DESTINATION&gt;&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;uuencode &lt;FILENAME&gt; &lt;FILENAME&gt; | sendmail -v &lt;DESTINATION&gt;&lt;BR /&gt;&lt;/DESTINATION&gt;&lt;/FILENAME&gt;&lt;/FILENAME&gt;&lt;/DESTINATION&gt;&lt;/SUBJECT&gt;&lt;/FILENAME&gt;&lt;/FILENAME&gt;</description>
      <pubDate>Mon, 14 Jan 2002 09:54:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-use-mail-or-sendmail-to-mail-on-comamnd-line-how-to-attach/m-p/2644149#M44462</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-01-14T09:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: when use mail or sendmail to mail on comamnd line , how to attach a file ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-use-mail-or-sendmail-to-mail-on-comamnd-line-how-to-attach/m-p/2644150#M44463</link>
      <description>Just so you have a couple more options...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://my1.itrc.hp.com/cm/QuestionAnswer/1,,0x41950559ff7cd4118fef0090279cd0f9!0,00.html" target="_blank"&gt;http://my1.itrc.hp.com/cm/QuestionAnswer/1,,0x41950559ff7cd4118fef0090279cd0f9!0,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rita</description>
      <pubDate>Mon, 14 Jan 2002 13:26:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-use-mail-or-sendmail-to-mail-on-comamnd-line-how-to-attach/m-p/2644150#M44463</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2002-01-14T13:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: when use mail or sendmail to mail on comamnd line , how to attach a file ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-use-mail-or-sendmail-to-mail-on-comamnd-line-how-to-attach/m-p/2644151#M44464</link>
      <description>We use email instead of lpr for one of our applications.  The applications is inside the firewall, but our user is outside.&lt;BR /&gt;&lt;BR /&gt;We use mutt as our mail agent. It is a 'mongrel' of a tool, combining both usenet and email into a single utility.  It is well written and handy. &lt;A href="http://www.mutt.org." target="_blank"&gt;http://www.mutt.org.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Its uses -a (attach) flag for its command line.  Hence the command:&lt;BR /&gt;date|mutt -a SOMEFILE SOMEADDRESS attaches the file in a MIME compliant manner and emails it to the specified address, and the date will be in the text of the message.  &lt;BR /&gt;&lt;BR /&gt;Check it out.&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Mon, 14 Jan 2002 14:59:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-use-mail-or-sendmail-to-mail-on-comamnd-line-how-to-attach/m-p/2644151#M44464</guid>
      <dc:creator>Chris Vail</dc:creator>
      <dc:date>2002-01-14T14:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: when use mail or sendmail to mail on comamnd line , how to attach a file ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-use-mail-or-sendmail-to-mail-on-comamnd-line-how-to-attach/m-p/2644152#M44465</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try this,&lt;BR /&gt;usr/bin/uuencode file file |mailx -m -s "The Subject" email_id &lt;BR /&gt;&lt;BR /&gt;Goodluck,&lt;BR /&gt;&lt;BR /&gt;-USA..</description>
      <pubDate>Mon, 14 Jan 2002 15:02:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-use-mail-or-sendmail-to-mail-on-comamnd-line-how-to-attach/m-p/2644152#M44465</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2002-01-14T15:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: when use mail or sendmail to mail on comamnd line , how to attach a file ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-use-mail-or-sendmail-to-mail-on-comamnd-line-how-to-attach/m-p/2644153#M44466</link>
      <description>HI&lt;BR /&gt;I use this way&lt;BR /&gt;&lt;BR /&gt;/usr/bin/uuencode attach-file attach-file |mailx -m -s "The Heading for email" &lt;RECEIVERS-EMAIL_ID&gt;&lt;BR /&gt;&lt;BR /&gt;You can send only one attachment at a time with this.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Prashant Deshpande.&lt;/RECEIVERS-EMAIL_ID&gt;</description>
      <pubDate>Mon, 14 Jan 2002 15:26:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-use-mail-or-sendmail-to-mail-on-comamnd-line-how-to-attach/m-p/2644153#M44466</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2002-01-14T15:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: when use mail or sendmail to mail on comamnd line , how to attach a file ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-use-mail-or-sendmail-to-mail-on-comamnd-line-how-to-attach/m-p/2644154#M44467</link>
      <description>Hi , all,&lt;BR /&gt;   Thanks for help.&lt;BR /&gt;   i can not find unencode on the my machine (hp11.0), is it installed with the operation system. where to find it?&lt;BR /&gt;&lt;BR /&gt;Sunny&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Jan 2002 01:08:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-use-mail-or-sendmail-to-mail-on-comamnd-line-how-to-attach/m-p/2644154#M44467</guid>
      <dc:creator>faust2004</dc:creator>
      <dc:date>2002-01-15T01:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: when use mail or sendmail to mail on comamnd line , how to attach a file ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-use-mail-or-sendmail-to-mail-on-comamnd-line-how-to-attach/m-p/2644155#M44468</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;'uuencode' is part of the core operating&lt;BR /&gt;system. The binary itself can be found&lt;BR /&gt;in '/usr/bin/uuencode'&lt;BR /&gt;The man pages are located in&lt;BR /&gt;'/usr/share/man/man1.Z/uuencode.1 /usr/share/man/man4.Z/uuencode.4'&lt;BR /&gt;&lt;BR /&gt;without quotes&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-Michael</description>
      <pubDate>Tue, 15 Jan 2002 01:12:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-use-mail-or-sendmail-to-mail-on-comamnd-line-how-to-attach/m-p/2644155#M44468</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-01-15T01:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: when use mail or sendmail to mail on comamnd line , how to attach a file ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-use-mail-or-sendmail-to-mail-on-comamnd-line-how-to-attach/m-p/2644156#M44469</link>
      <description>Thanks ,&lt;BR /&gt;  I got it.&lt;BR /&gt;&lt;BR /&gt;Sunny</description>
      <pubDate>Tue, 15 Jan 2002 02:37:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-use-mail-or-sendmail-to-mail-on-comamnd-line-how-to-attach/m-p/2644156#M44469</guid>
      <dc:creator>faust2004</dc:creator>
      <dc:date>2002-01-15T02:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: when use mail or sendmail to mail on comamnd line , how to attach a file ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-use-mail-or-sendmail-to-mail-on-comamnd-line-how-to-attach/m-p/2644157#M44470</link>
      <description>Hi , all,&lt;BR /&gt;  when I use:  uuencode uucp|mailx -m -s "test" ys@oa_server , the command donot end. &lt;BR /&gt;  when use :/usr/uuencode uucp |mailx -m -s "test" ys@oa_server, I got the mail, but the &lt;BR /&gt;attached file is 0 byte.&lt;BR /&gt;  why?&lt;BR /&gt; thanks&lt;BR /&gt;Sunny&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Jan 2002 03:00:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-use-mail-or-sendmail-to-mail-on-comamnd-line-how-to-attach/m-p/2644157#M44470</guid>
      <dc:creator>faust2004</dc:creator>
      <dc:date>2002-01-15T03:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: when use mail or sendmail to mail on comamnd line , how to attach a file ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-use-mail-or-sendmail-to-mail-on-comamnd-line-how-to-attach/m-p/2644158#M44471</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try this:&lt;BR /&gt;&lt;BR /&gt;/usr/bin/uuencode /usr/bin/uucp /usr/bin/uucp | mailx -m -s "subject" user@domain.com&lt;BR /&gt;&lt;BR /&gt;You need to make sure that you use the full path when specifying the file, and you must specify it twice.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-Michael&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Jan 2002 03:19:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-use-mail-or-sendmail-to-mail-on-comamnd-line-how-to-attach/m-p/2644158#M44471</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-01-15T03:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: when use mail or sendmail to mail on comamnd line , how to attach a file ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-use-mail-or-sendmail-to-mail-on-comamnd-line-how-to-attach/m-p/2644159#M44472</link>
      <description>Hi, Michael,&lt;BR /&gt;   I do as you say, now I can get the mail ,but the uucp is appear to be text, not a attched files. is it because the uucp is a binary file?&lt;BR /&gt; &lt;BR /&gt;thanks&lt;BR /&gt;Sunny&lt;BR /&gt;   &lt;BR /&gt;</description>
      <pubDate>Tue, 15 Jan 2002 03:39:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-use-mail-or-sendmail-to-mail-on-comamnd-line-how-to-attach/m-p/2644159#M44472</guid>
      <dc:creator>faust2004</dc:creator>
      <dc:date>2002-01-15T03:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: when use mail or sendmail to mail on comamnd line , how to attach a file ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-use-mail-or-sendmail-to-mail-on-comamnd-line-how-to-attach/m-p/2644160#M44473</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm not sure why it doesn't work, I was able&lt;BR /&gt;to get the same file as 56KB but windows did&lt;BR /&gt;not know what the file was which is what I&lt;BR /&gt;would have expected seeing it was a binary.&lt;BR /&gt;What did you get ? &lt;BR /&gt;In the attached link there is additional &lt;BR /&gt;information on the subject.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support3.external.hp.com/cki/bin/doc.pl/sid=524b67180a7fab72dd/screen=ckiDisplayDocument?docId=200000054887756" target="_blank"&gt;http://us-support3.external.hp.com/cki/bin/doc.pl/sid=524b67180a7fab72dd/screen=ckiDisplayDocument?docId=200000054887756&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-Michael</description>
      <pubDate>Tue, 15 Jan 2002 04:18:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-use-mail-or-sendmail-to-mail-on-comamnd-line-how-to-attach/m-p/2644160#M44473</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-01-15T04:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: when use mail or sendmail to mail on comamnd line , how to attach a file ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-use-mail-or-sendmail-to-mail-on-comamnd-line-how-to-attach/m-p/2644161#M44474</link>
      <description>Hi, michael ,&lt;BR /&gt;&lt;BR /&gt;  I use sendmail instead of mailx, and now , it is ok.&lt;BR /&gt;&lt;BR /&gt; thanks all&lt;BR /&gt;Sunny</description>
      <pubDate>Tue, 15 Jan 2002 04:29:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-use-mail-or-sendmail-to-mail-on-comamnd-line-how-to-attach/m-p/2644161#M44474</guid>
      <dc:creator>faust2004</dc:creator>
      <dc:date>2002-01-15T04:29:05Z</dc:date>
    </item>
  </channel>
</rss>

