<?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: How to send and attachment through mail command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-send-and-attachment-through-mail-command/m-p/3852742#M777652</link>
    <description>&lt;BR /&gt;Hi &lt;BR /&gt;&lt;BR /&gt; Sorry i have tried both syntax..&lt;BR /&gt;&lt;BR /&gt; Its not working for me..&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Dinesh</description>
    <pubDate>Tue, 29 Aug 2006 19:59:11 GMT</pubDate>
    <dc:creator>Dineshkumar</dc:creator>
    <dc:date>2006-08-29T19:59:11Z</dc:date>
    <item>
      <title>How to send and attachment through mail command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-send-and-attachment-through-mail-command/m-p/3852739#M777649</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt; I would like send a tar file as an attachment through an mail command from an hpux system&lt;BR /&gt;&lt;BR /&gt; I have tried below syntax for file &lt;BR /&gt;&lt;BR /&gt; mail "system" &lt;EMAILID&gt; -f sample - this works fine if its a file&lt;BR /&gt;&lt;BR /&gt;Please suggest me how can i send an attachment using a mail command&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Dinesh&lt;/EMAILID&gt;</description>
      <pubDate>Tue, 29 Aug 2006 18:17:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-send-and-attachment-through-mail-command/m-p/3852739#M777649</guid>
      <dc:creator>Dineshkumar</dc:creator>
      <dc:date>2006-08-29T18:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to send and attachment through mail command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-send-and-attachment-through-mail-command/m-p/3852740#M777650</link>
      <description>I use the following to e-mail files as attachments:&lt;BR /&gt;&lt;BR /&gt;(echo "Subject: tar file" ; uuencode /path/to/file.tar /path/to/file.tar) | /usr/sbin/sendmail someone@somewhere.com&lt;BR /&gt;&lt;BR /&gt;Just substitute your information where applicable.</description>
      <pubDate>Tue, 29 Aug 2006 18:21:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-send-and-attachment-through-mail-command/m-p/3852740#M777650</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-08-29T18:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to send and attachment through mail command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-send-and-attachment-through-mail-command/m-p/3852741#M777651</link>
      <description>Hi Dinesh,&lt;BR /&gt;&lt;BR /&gt;# uuencode f1.tar f1.tar | mailx -m -s "f1.tar Attached" your@email.addr&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Tue, 29 Aug 2006 18:40:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-send-and-attachment-through-mail-command/m-p/3852741#M777651</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-08-29T18:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to send and attachment through mail command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-send-and-attachment-through-mail-command/m-p/3852742#M777652</link>
      <description>&lt;BR /&gt;Hi &lt;BR /&gt;&lt;BR /&gt; Sorry i have tried both syntax..&lt;BR /&gt;&lt;BR /&gt; Its not working for me..&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Dinesh</description>
      <pubDate>Tue, 29 Aug 2006 19:59:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-send-and-attachment-through-mail-command/m-p/3852742#M777652</guid>
      <dc:creator>Dineshkumar</dc:creator>
      <dc:date>2006-08-29T19:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to send and attachment through mail command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-send-and-attachment-through-mail-command/m-p/3852743#M777653</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;A working script you can emulate.&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;The code is readable and will help.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 29 Aug 2006 20:15:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-send-and-attachment-through-mail-command/m-p/3852743#M777653</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-29T20:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to send and attachment through mail command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-send-and-attachment-through-mail-command/m-p/3852744#M777654</link>
      <description>Dinesh,&lt;BR /&gt;&lt;BR /&gt;Your mail relay may be blocking messages with large attachments.  Do you receive anything (i.e. a message with attachment stripped) on the other end?  Check mail.log on your HP-UX system and relevant logs on your mail relay.&lt;BR /&gt;&lt;BR /&gt;Will a message with a smaller attachment make it to its destination?  How about with a different type of file attached?  What if you send the attachment to a local user (bypassing the relay agent)?  Or is it an issue with the email application or anti-virus software on the client?  &lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Tue, 29 Aug 2006 21:50:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-send-and-attachment-through-mail-command/m-p/3852744#M777654</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-08-29T21:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to send and attachment through mail command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-send-and-attachment-through-mail-command/m-p/3852745#M777655</link>
      <description>Try &lt;BR /&gt;uuencode file.tar file.tar | mail ........&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Aug 2006 17:13:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-send-and-attachment-through-mail-command/m-p/3852745#M777655</guid>
      <dc:creator>John Flanagan</dc:creator>
      <dc:date>2006-08-30T17:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to send and attachment through mail command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-send-and-attachment-through-mail-command/m-p/3852746#M777656</link>
      <description>I use a free utility, mpack, available from&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Users/mpack-1.6/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Users/mpack-1.6/&lt;/A&gt;&lt;BR /&gt;that encodes the attachment using MIME.&lt;BR /&gt;&lt;BR /&gt;The usage is fairly simple through command line, like&lt;BR /&gt;&lt;BR /&gt;mpack -s "Subject" file address &lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Enrico&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Aug 2006 01:09:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-send-and-attachment-through-mail-command/m-p/3852746#M777656</guid>
      <dc:creator>enrico.nic</dc:creator>
      <dc:date>2006-08-31T01:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to send and attachment through mail command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-send-and-attachment-through-mail-command/m-p/3852747#M777657</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I found somewhere this utility ....&lt;BR /&gt;see attachment.&lt;BR /&gt;&lt;BR /&gt;Roland</description>
      <pubDate>Thu, 31 Aug 2006 04:19:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-send-and-attachment-through-mail-command/m-p/3852747#M777657</guid>
      <dc:creator>Roland Piette</dc:creator>
      <dc:date>2006-08-31T04:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to send and attachment through mail command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-send-and-attachment-through-mail-command/m-p/3852748#M777658</link>
      <description>I just create an include file that looks like this:&lt;BR /&gt;&lt;BR /&gt;[include /path/file.ext text/plain base64]&lt;BR /&gt;&lt;BR /&gt;Then I use command line:&lt;BR /&gt;&lt;BR /&gt;elm -s "my file" anybody@company.com &amp;lt; /path/include.file&lt;BR /&gt;&lt;BR /&gt;It doesn't cost a thing, it's easy....&lt;BR /&gt;&lt;BR /&gt;Just a thought,&lt;BR /&gt;Rita&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Aug 2006 07:27:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-send-and-attachment-through-mail-command/m-p/3852748#M777658</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2006-08-31T07:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to send and attachment through mail command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-send-and-attachment-through-mail-command/m-p/3852749#M777659</link>
      <description>Dinesh -&lt;BR /&gt;I have posted this in house doc for many uses of mailx. We use mailx nearly exclusively in our shop. Hope you find one that matches your need.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;dl</description>
      <pubDate>Thu, 31 Aug 2006 18:11:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-send-and-attachment-through-mail-command/m-p/3852749#M777659</guid>
      <dc:creator>Dave La Mar</dc:creator>
      <dc:date>2006-08-31T18:11:41Z</dc:date>
    </item>
  </channel>
</rss>

