<?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: Email attachment question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/email-attachment-question/m-p/2874216#M937360</link>
    <description>Shannon,&lt;BR /&gt;&lt;BR /&gt;With the uuencode'ing of the "attachment", it doesn't matter if mailx supports attachments or not, as uuencode sends (in this case pipes it to mailx) the "attachment" as TEXT. &lt;BR /&gt;&lt;BR /&gt;I use this method to send files and such from unix boxes to my M$ boxes all of the time.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry&lt;BR /&gt;</description>
    <pubDate>Fri, 03 Jan 2003 20:39:07 GMT</pubDate>
    <dc:creator>harry d brown jr</dc:creator>
    <dc:date>2003-01-03T20:39:07Z</dc:date>
    <item>
      <title>Email attachment question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/email-attachment-question/m-p/2874212#M937356</link>
      <description>Guys,&lt;BR /&gt;&lt;BR /&gt;I tested the following piece for email attachment.  It works great, I could see attachment on microsoft exchange and hotmail, but I could not see any attachment on yahoo.com.  Instead the attachment, I am seeing the content written on the body.  Can you guys help me here?&lt;BR /&gt;&lt;BR /&gt;# uuencode myfile myfile &amp;gt; myfile.out &lt;BR /&gt;# cat content.txt myfile.out &amp;gt; final &lt;BR /&gt;# cat final|mailx -m -s "hello there" abc@yahoo.com &lt;BR /&gt;&lt;BR /&gt;Thanx,&lt;BR /&gt;Mahen.&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Jan 2003 19:17:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/email-attachment-question/m-p/2874212#M937356</guid>
      <dc:creator>Mahen Partha</dc:creator>
      <dc:date>2003-01-03T19:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Email attachment question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/email-attachment-question/m-p/2874213#M937357</link>
      <description>Mahen,&lt;BR /&gt;&lt;BR /&gt;There are many good links in the forum on this.  Below is an example:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xef2536e69499d611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xef2536e69499d611abdb0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For more similar links, try searching "attachment" in the forum.&lt;BR /&gt;&lt;BR /&gt;Good Luck.&lt;BR /&gt;&lt;BR /&gt;Hai</description>
      <pubDate>Fri, 03 Jan 2003 19:23:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/email-attachment-question/m-p/2874213#M937357</guid>
      <dc:creator>Hai Nguyen_1</dc:creator>
      <dc:date>2003-01-03T19:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Email attachment question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/email-attachment-question/m-p/2874214#M937358</link>
      <description>Try&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;uuencode myfile myfile.txt | mailx -m -s "hello there" abc@yahoo.com &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And of course, what is in &lt;BR /&gt;&lt;BR /&gt;content.txt?&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Fri, 03 Jan 2003 19:36:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/email-attachment-question/m-p/2874214#M937358</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2003-01-03T19:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Email attachment question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/email-attachment-question/m-p/2874215#M937359</link>
      <description>mailx supports attachments?  Last I checked, it did not.  I had to use elm to do this.  You can use sendmail as well, but think that mailx supports text only.&lt;BR /&gt;&lt;BR /&gt;Search forums for mail and attachments, and you will get a ton of data.  &lt;BR /&gt;&lt;BR /&gt;The best part of using elm is that I did not have to uuencode manually, elm did this for me.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon&lt;BR /&gt;&lt;BR /&gt;ps if you can find anything, I can post what I have working.  Make sure the version of elm you are using supports attachments.</description>
      <pubDate>Fri, 03 Jan 2003 20:04:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/email-attachment-question/m-p/2874215#M937359</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2003-01-03T20:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Email attachment question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/email-attachment-question/m-p/2874216#M937360</link>
      <description>Shannon,&lt;BR /&gt;&lt;BR /&gt;With the uuencode'ing of the "attachment", it doesn't matter if mailx supports attachments or not, as uuencode sends (in this case pipes it to mailx) the "attachment" as TEXT. &lt;BR /&gt;&lt;BR /&gt;I use this method to send files and such from unix boxes to my M$ boxes all of the time.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Jan 2003 20:39:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/email-attachment-question/m-p/2874216#M937360</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2003-01-03T20:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Email attachment question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/email-attachment-question/m-p/2874217#M937361</link>
      <description>Harry,&lt;BR /&gt;&lt;BR /&gt;When I tried this approach, I received the uuencoded data at plain text, which I had to manually save, strip headers, and decode the data.  Not as easy as elm.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Shannon</description>
      <pubDate>Fri, 03 Jan 2003 21:00:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/email-attachment-question/m-p/2874217#M937361</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2003-01-03T21:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Email attachment question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/email-attachment-question/m-p/2874218#M937362</link>
      <description>Try using elm.&lt;BR /&gt;It supports attachments, works like a charm.</description>
      <pubDate>Fri, 03 Jan 2003 21:01:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/email-attachment-question/m-p/2874218#M937362</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2003-01-03T21:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Email attachment question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/email-attachment-question/m-p/2874219#M937363</link>
      <description>Shannon,&lt;BR /&gt;&lt;BR /&gt;I think the trick is to identify to the mail receiver what kind of attachment the uuencode'd data is. If it's a WORD DOC, aka a .doc then you do this:&lt;BR /&gt;&lt;BR /&gt;uuencode someword.doc someword.doc | mailx -m -s "my word doc" user@domain.com&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Fri, 03 Jan 2003 21:18:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/email-attachment-question/m-p/2874219#M937363</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2003-01-03T21:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Email attachment question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/email-attachment-question/m-p/2874220#M937364</link>
      <description>This script should work with ascii.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;admit=-1335382922+1041874332031+28353475&amp;amp;docId=200000062684425" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;admit=-1335382922+1041874332031+28353475&amp;amp;docId=200000062684425&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Three versions.  A messed up relay server can make you think these scripts are broken.  They probably aren't.&lt;BR /&gt;&lt;BR /&gt;Stevve</description>
      <pubDate>Mon, 06 Jan 2003 17:33:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/email-attachment-question/m-p/2874220#M937364</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-01-06T17:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Email attachment question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/email-attachment-question/m-p/2874221#M937365</link>
      <description>Well there are a number of ways to do it. Each has it's good points.&lt;BR /&gt;&lt;BR /&gt;I myself prefer to use elm ( as mailx is actually for message broadcasts, and elm and sendmail are true mailers--just my opinion)and then I like to utilize [include].&lt;BR /&gt;&lt;BR /&gt;Here's a thread that gives you some insight in using the [include] statment to attach files:&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;Regards,&lt;BR /&gt;Rita&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Jan 2003 18:55:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/email-attachment-question/m-p/2874221#M937365</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2003-01-06T18:55:42Z</dc:date>
    </item>
  </channel>
</rss>

