<?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: executing mail command within a script to include attachments in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/executing-mail-command-within-a-script-to-include-attachments/m-p/2595115#M884192</link>
    <description>Not exactly sure of your question, but if looking for a way to do this, try this&lt;BR /&gt;&lt;BR /&gt;uuencode file file|sendmail user@domain.com&lt;BR /&gt;&lt;BR /&gt;There are several ways this can be done, this is just one way..the second instance of file can be in the form file.xls or whatever.</description>
    <pubDate>Mon, 15 Oct 2001 17:33:55 GMT</pubDate>
    <dc:creator>Kevin Wright</dc:creator>
    <dc:date>2001-10-15T17:33:55Z</dc:date>
    <item>
      <title>executing mail command within a script to include attachments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/executing-mail-command-within-a-script-to-include-attachments/m-p/2595114#M884191</link>
      <description />
      <pubDate>Mon, 15 Oct 2001 17:29:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/executing-mail-command-within-a-script-to-include-attachments/m-p/2595114#M884191</guid>
      <dc:creator>Ted Mims</dc:creator>
      <dc:date>2001-10-15T17:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: executing mail command within a script to include attachments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/executing-mail-command-within-a-script-to-include-attachments/m-p/2595115#M884192</link>
      <description>Not exactly sure of your question, but if looking for a way to do this, try this&lt;BR /&gt;&lt;BR /&gt;uuencode file file|sendmail user@domain.com&lt;BR /&gt;&lt;BR /&gt;There are several ways this can be done, this is just one way..the second instance of file can be in the form file.xls or whatever.</description>
      <pubDate>Mon, 15 Oct 2001 17:33:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/executing-mail-command-within-a-script-to-include-attachments/m-p/2595115#M884192</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2001-10-15T17:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: executing mail command within a script to include attachments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/executing-mail-command-within-a-script-to-include-attachments/m-p/2595116#M884193</link>
      <description>&lt;BR /&gt;Using "elm" :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0x41950559ff7cd4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0x41950559ff7cd4118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Oct 2001 17:43:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/executing-mail-command-within-a-script-to-include-attachments/m-p/2595116#M884193</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-10-15T17:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: executing mail command within a script to include attachments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/executing-mail-command-within-a-script-to-include-attachments/m-p/2595117#M884194</link>
      <description>Hi&lt;BR /&gt;This is how I send attachments in emails from my hp boxes.&lt;BR /&gt;&lt;BR /&gt;#uuencode file file1 |mailx -m -s "Heading for email" &lt;YOUR-EMAIL-ADDRESS&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Prashant&lt;/YOUR-EMAIL-ADDRESS&gt;</description>
      <pubDate>Mon, 15 Oct 2001 17:55:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/executing-mail-command-within-a-script-to-include-attachments/m-p/2595117#M884194</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2001-10-15T17:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: executing mail command within a script to include attachments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/executing-mail-command-within-a-script-to-include-attachments/m-p/2595118#M884195</link>
      <description>Hi Ted:&lt;BR /&gt;&lt;BR /&gt;If you choose to use the 'elm' approach make sure that you create a .elm directory in the sender's home hirectory. The interactive version of elm will create it automatically but the command line version will not.&lt;BR /&gt;&lt;BR /&gt;Clay</description>
      <pubDate>Mon, 15 Oct 2001 17:58:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/executing-mail-command-within-a-script-to-include-attachments/m-p/2595118#M884195</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-10-15T17:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: executing mail command within a script to include attachments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/executing-mail-command-within-a-script-to-include-attachments/m-p/2595119#M884196</link>
      <description>Hi Ted,&lt;BR /&gt;#/usr/bin/uuencode file file1 |mailx -s "Heading for email" &lt;YOUR-EMAIL-ADDRESS&gt; &lt;BR /&gt;&lt;BR /&gt;With this you can attach any file. One of member already answered the question; but now woth this email you'll be 100% confirmed.&lt;BR /&gt;&lt;BR /&gt;  I appreciate this ITRC Forum member and higly reommended to read questions; most of the times they are the first who solved my problems. &lt;BR /&gt;Thanks&lt;BR /&gt;Zafar&lt;/YOUR-EMAIL-ADDRESS&gt;</description>
      <pubDate>Tue, 16 Oct 2001 18:56:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/executing-mail-command-within-a-script-to-include-attachments/m-p/2595119#M884196</guid>
      <dc:creator>Zafar A. Mohammed</dc:creator>
      <dc:date>2001-10-16T18:56:48Z</dc:date>
    </item>
  </channel>
</rss>

