<?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: send mime attachments from command-line? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mime-attachments-from-command-line/m-p/2933044#M818698</link>
    <description>use uuencode..&lt;BR /&gt;&lt;BR /&gt;uuencode filetobattached filename | sendmail emailid.&lt;BR /&gt;&lt;BR /&gt;Suppose you want attach a pdf file from /home/dir to abc@xyz.com&lt;BR /&gt;&lt;BR /&gt;uuencode /home/dir/filename.pdf filename.pdf | sendmail abc@xyz.com&lt;BR /&gt;&lt;BR /&gt;-USA..</description>
    <pubDate>Fri, 21 Mar 2003 17:33:28 GMT</pubDate>
    <dc:creator>Uday_S_Ankolekar</dc:creator>
    <dc:date>2003-03-21T17:33:28Z</dc:date>
    <item>
      <title>send mime attachments from command-line?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mime-attachments-from-command-line/m-p/2933041#M818695</link>
      <description>Anyone have a straightforward solution for attaching and sending multimedia files (such as PDFs) from the command line via email (non-interactively)?&lt;BR /&gt;&lt;BR /&gt;HPUX includes elm and a (barebones) version of metamail, but not the mailto utility from metamail.&lt;BR /&gt;&lt;BR /&gt;Elm doesn't seem to support attaching files to a message via the command-line unless you run it interactively.&lt;BR /&gt;&lt;BR /&gt;Installed pine, works fine interactively, but doesn't seem to allow sending a message non-interactively.&lt;BR /&gt;&lt;BR /&gt;Installed mutt, seems to work, but the attachments are corrupt.&lt;BR /&gt;&lt;BR /&gt;Am I missing something?  This shouldn't be this difficult.  What do you use?  Manually compiled metamail with mailto?&lt;BR /&gt;&lt;BR /&gt;Suggestions?</description>
      <pubDate>Fri, 21 Mar 2003 16:31:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/send-mime-attachments-from-command-line/m-p/2933041#M818695</guid>
      <dc:creator>Trever Furnish</dc:creator>
      <dc:date>2003-03-21T16:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: send mime attachments from command-line?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mime-attachments-from-command-line/m-p/2933042#M818696</link>
      <description>Trever,&lt;BR /&gt;&lt;BR /&gt;I think this thread may help:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd6a2afe90f1cd71190050090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd6a2afe90f1cd71190050090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 21 Mar 2003 16:36:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/send-mime-attachments-from-command-line/m-p/2933042#M818696</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-03-21T16:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: send mime attachments from command-line?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mime-attachments-from-command-line/m-p/2933043#M818697</link>
      <description>This one is pretty easy.  Use the default MUA mailx, and uuencode.  The command is: uuencode /path/file /path/file|mailx -s "Subject" me@myaddy.com&lt;BR /&gt;&lt;BR /&gt;This will attach your file and mail it.  We use both mutt and mailx as our MUA, and both work pretty well.  &lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Fri, 21 Mar 2003 16:39:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/send-mime-attachments-from-command-line/m-p/2933043#M818697</guid>
      <dc:creator>Chris Vail</dc:creator>
      <dc:date>2003-03-21T16:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: send mime attachments from command-line?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mime-attachments-from-command-line/m-p/2933044#M818698</link>
      <description>use uuencode..&lt;BR /&gt;&lt;BR /&gt;uuencode filetobattached filename | sendmail emailid.&lt;BR /&gt;&lt;BR /&gt;Suppose you want attach a pdf file from /home/dir to abc@xyz.com&lt;BR /&gt;&lt;BR /&gt;uuencode /home/dir/filename.pdf filename.pdf | sendmail abc@xyz.com&lt;BR /&gt;&lt;BR /&gt;-USA..</description>
      <pubDate>Fri, 21 Mar 2003 17:33:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/send-mime-attachments-from-command-line/m-p/2933044#M818698</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2003-03-21T17:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: send mime attachments from command-line?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mime-attachments-from-command-line/m-p/2933045#M818699</link>
      <description>There are a few ways this can be done....&lt;BR /&gt;&lt;BR /&gt;Here's a thread that my give you enough options to try:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/0,,0x41950559ff7cd4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/0,,0x41950559ff7cd4118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Mar 2003 17:35:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/send-mime-attachments-from-command-line/m-p/2933045#M818699</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2003-03-21T17:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: send mime attachments from command-line?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mime-attachments-from-command-line/m-p/2933046#M818700</link>
      <description>Thanks, all!&lt;BR /&gt;&lt;BR /&gt;Ten points to Pete for being the first to link to something that mentioned [include] for elm.  Rita, yours would have gotten me there too, but Pete beat ya to it.  But your link included mpack, another option - thanks!&lt;BR /&gt;&lt;BR /&gt;For those suggesting uuencode, thanks, but I should have been more specific.  Uuencoding is not quite enough for this app because only a small subset of clients will still seamlessly decode it.</description>
      <pubDate>Fri, 21 Mar 2003 18:54:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/send-mime-attachments-from-command-line/m-p/2933046#M818700</guid>
      <dc:creator>Trever Furnish</dc:creator>
      <dc:date>2003-03-21T18:54:33Z</dc:date>
    </item>
  </channel>
</rss>

