<?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: Mail and Attach in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-and-attach/m-p/3572533#M831385</link>
    <description>hmmm, apparently there is a font issue there.&lt;BR /&gt;&lt;BR /&gt;It is a file that includes since line include statements encased within brackets.  Let me try and type it here again...&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;[include myfile.doc application/msword base64]&lt;BR /&gt;[include secondfile.txt text/plain base64]&lt;BR /&gt;&lt;BR /&gt;and so forth....&lt;BR /&gt;&lt;BR /&gt;Using the include statement is nice because it codes very easly and you can send pretty much anything you want to send and have the attachment come as it should.&lt;BR /&gt;&lt;BR /&gt;Hope this prints correctly when I hit submit,&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 30 Jun 2005 12:01:32 GMT</pubDate>
    <dc:creator>Rita C Workman</dc:creator>
    <dc:date>2005-06-30T12:01:32Z</dc:date>
    <item>
      <title>Mail and Attach</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-and-attach/m-p/3572528#M831380</link>
      <description>HI:&lt;BR /&gt;&lt;BR /&gt;Some body know the sintax to make a email under hpux promt, whith the opcion to add a document (attach).&lt;BR /&gt;For example:&lt;BR /&gt;&lt;BR /&gt;Mail isaac &lt;BR /&gt;"Hola" Body&lt;BR /&gt;"document" attach&lt;BR /&gt;&lt;BR /&gt;Thank You!!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Jun 2005 14:31:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-and-attach/m-p/3572528#M831380</guid>
      <dc:creator>Isaac_4</dc:creator>
      <dc:date>2005-06-28T14:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Mail and Attach</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-and-attach/m-p/3572529#M831381</link>
      <description>There's a few ways...here's a favorite thread of mine to give you some thoughts,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0x41950559ff7cd4118fef0090279cd0f9%2C00.html&amp;amp;admit=716493758+1091120147036+28353475" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0x41950559ff7cd4118fef0090279cd0f9%2C00.html&amp;amp;admit=716493758+1091120147036+28353475&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita</description>
      <pubDate>Tue, 28 Jun 2005 14:34:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-and-attach/m-p/3572529#M831381</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2005-06-28T14:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Mail and Attach</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-and-attach/m-p/3572530#M831382</link>
      <description>Rita&amp;gt;&lt;BR /&gt;&lt;BR /&gt;What do the numbers mean&lt;BR /&gt;[include text.txt text/plain base64]&lt;BR /&gt;&lt;BR /&gt;Thank you!!!&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Jun 2005 15:41:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-and-attach/m-p/3572530#M831382</guid>
      <dc:creator>Isaac_4</dc:creator>
      <dc:date>2005-06-28T15:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Mail and Attach</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-and-attach/m-p/3572531#M831383</link>
      <description>Issac,&lt;BR /&gt;&lt;BR /&gt;For emails w/o attachments use...&lt;BR /&gt;&lt;BR /&gt;# mailx -s "Subject" email_address &amp;lt; filename&lt;BR /&gt;&lt;BR /&gt;For emails with attachments use...&lt;BR /&gt;&lt;BR /&gt;# uuencode &lt;FILENAME&gt; &lt;ATTACHMENTNAME&gt; | mailx -m -s "filename" email@address&lt;/ATTACHMENTNAME&gt;&lt;/FILENAME&gt;</description>
      <pubDate>Tue, 28 Jun 2005 16:07:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-and-attach/m-p/3572531#M831383</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2005-06-28T16:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Mail and Attach</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-and-attach/m-p/3572532#M831384</link>
      <description>Sendman's suggession will work. I am using it in my manual monitoring scripts.&lt;BR /&gt;&lt;BR /&gt;# uuencode /tmp/bdf.out bdfoutput.txt &lt;BR /&gt;# mailx -m -s "filename" email@address bdfoutput.txt&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sudeesh</description>
      <pubDate>Tue, 28 Jun 2005 23:57:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-and-attach/m-p/3572532#M831384</guid>
      <dc:creator>Sudeesh</dc:creator>
      <dc:date>2005-06-28T23:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Mail and Attach</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-and-attach/m-p/3572533#M831385</link>
      <description>hmmm, apparently there is a font issue there.&lt;BR /&gt;&lt;BR /&gt;It is a file that includes since line include statements encased within brackets.  Let me try and type it here again...&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;[include myfile.doc application/msword base64]&lt;BR /&gt;[include secondfile.txt text/plain base64]&lt;BR /&gt;&lt;BR /&gt;and so forth....&lt;BR /&gt;&lt;BR /&gt;Using the include statement is nice because it codes very easly and you can send pretty much anything you want to send and have the attachment come as it should.&lt;BR /&gt;&lt;BR /&gt;Hope this prints correctly when I hit submit,&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Jun 2005 12:01:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-and-attach/m-p/3572533#M831385</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2005-06-30T12:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Mail and Attach</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-and-attach/m-p/3572534#M831386</link>
      <description>Mpack would do what you want:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.ee.ualberta.ca/hppd/hpux/Users/mpack-1.6/" target="_blank"&gt;http://hpux.ee.ualberta.ca/hppd/hpux/Users/mpack-1.6/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Thu, 30 Jun 2005 13:07:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-and-attach/m-p/3572534#M831386</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-06-30T13:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Mail and Attach</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-and-attach/m-p/3572535#M831387</link>
      <description>Thank you for your answers, I could try some one to fix my problem.&lt;BR /&gt;&lt;BR /&gt;I thank your time !!!</description>
      <pubDate>Fri, 01 Jul 2005 09:34:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-and-attach/m-p/3572535#M831387</guid>
      <dc:creator>Isaac_4</dc:creator>
      <dc:date>2005-07-01T09:34:26Z</dc:date>
    </item>
  </channel>
</rss>

