<?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 sendmail attachments in rtf in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-attachments-in-rtf/m-p/3121885#M802365</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;we are trying to send attachments via email which are in RTF.&lt;BR /&gt;&lt;BR /&gt;This is part of the script :&lt;BR /&gt;(&lt;BR /&gt;echo "Subject: Baan *MAILME_RTF* result"&lt;BR /&gt;echo&lt;BR /&gt;uuencode $1 MAILME$$.rtf&lt;BR /&gt;)| mail $LOGNAME&lt;BR /&gt;touch /tmp/mailtouch&lt;BR /&gt;&lt;BR /&gt;It appears however that the recipient does not get a proper formatting.&lt;BR /&gt;&lt;BR /&gt;This is the content of /usr/share/lib/mailx.rc:&lt;BR /&gt;&lt;BR /&gt;set append&lt;BR /&gt;set asksub&lt;BR /&gt;set dot&lt;BR /&gt;set crt=21&lt;BR /&gt;set PAGER=/usr/bin/more&lt;BR /&gt;set save&lt;BR /&gt;set encoding=8bit&lt;BR /&gt;set charset=us-ascii&lt;BR /&gt;&lt;BR /&gt;Is this configuration wrong ? Do I need another charset ? Or should I use mailx instead of mail in the first script ?&lt;BR /&gt;&lt;BR /&gt;I don't know much about the uuencode either. Any info is greatly appreciated.&lt;BR /&gt;TIA,&lt;BR /&gt;Jeroen.</description>
    <pubDate>Tue, 18 Nov 2003 05:16:07 GMT</pubDate>
    <dc:creator>Jeroen_D</dc:creator>
    <dc:date>2003-11-18T05:16:07Z</dc:date>
    <item>
      <title>sendmail attachments in rtf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-attachments-in-rtf/m-p/3121885#M802365</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;we are trying to send attachments via email which are in RTF.&lt;BR /&gt;&lt;BR /&gt;This is part of the script :&lt;BR /&gt;(&lt;BR /&gt;echo "Subject: Baan *MAILME_RTF* result"&lt;BR /&gt;echo&lt;BR /&gt;uuencode $1 MAILME$$.rtf&lt;BR /&gt;)| mail $LOGNAME&lt;BR /&gt;touch /tmp/mailtouch&lt;BR /&gt;&lt;BR /&gt;It appears however that the recipient does not get a proper formatting.&lt;BR /&gt;&lt;BR /&gt;This is the content of /usr/share/lib/mailx.rc:&lt;BR /&gt;&lt;BR /&gt;set append&lt;BR /&gt;set asksub&lt;BR /&gt;set dot&lt;BR /&gt;set crt=21&lt;BR /&gt;set PAGER=/usr/bin/more&lt;BR /&gt;set save&lt;BR /&gt;set encoding=8bit&lt;BR /&gt;set charset=us-ascii&lt;BR /&gt;&lt;BR /&gt;Is this configuration wrong ? Do I need another charset ? Or should I use mailx instead of mail in the first script ?&lt;BR /&gt;&lt;BR /&gt;I don't know much about the uuencode either. Any info is greatly appreciated.&lt;BR /&gt;TIA,&lt;BR /&gt;Jeroen.</description>
      <pubDate>Tue, 18 Nov 2003 05:16:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-attachments-in-rtf/m-p/3121885#M802365</guid>
      <dc:creator>Jeroen_D</dc:creator>
      <dc:date>2003-11-18T05:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail attachments in rtf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-attachments-in-rtf/m-p/3121886#M802366</link>
      <description>uuencode some_file file_name_of_attachment.rtf | sendmail someone@somedom.com&lt;BR /&gt;&lt;BR /&gt;This works for me. &lt;BR /&gt;&lt;BR /&gt;I have never tried sending attachments using mailx. &lt;BR /&gt;&lt;BR /&gt;Thanks, &lt;BR /&gt;Madhu</description>
      <pubDate>Tue, 18 Nov 2003 05:20:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-attachments-in-rtf/m-p/3121886#M802366</guid>
      <dc:creator>Madhu Sudhan_1</dc:creator>
      <dc:date>2003-11-18T05:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail attachments in rtf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-attachments-in-rtf/m-p/3121887#M802367</link>
      <description>We just send attachments in one of 2 ways - depending on what mail system you use;&lt;BR /&gt;&lt;BR /&gt;uuencode &lt;FILE&gt; &lt;FILE&gt; | sendmail -v &lt;USER&gt;&lt;BR /&gt;or&lt;BR /&gt;uuencode &lt;FILE&gt; &lt;FILE&gt; | mailx -s"subject" &lt;USER&gt;&lt;BR /&gt;&lt;BR /&gt;It always comes out fine as an attachment - using MS Exchange/Outlook.&lt;BR /&gt;&lt;BR /&gt;&lt;/USER&gt;&lt;/FILE&gt;&lt;/FILE&gt;&lt;/USER&gt;&lt;/FILE&gt;&lt;/FILE&gt;</description>
      <pubDate>Tue, 18 Nov 2003 05:20:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-attachments-in-rtf/m-p/3121887#M802367</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2003-11-18T05:20:53Z</dc:date>
    </item>
  </channel>
</rss>

