<?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: Attachment using MAIL in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/attachment-using-mail/m-p/3834206#M34522</link>
    <description>I don't do this, but you might investigate&lt;BR /&gt;the "ask the wizard" article which Google&lt;BR /&gt;found for me ("vms OR openvms mail&lt;BR /&gt;attachment"):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/wizard/wiz_4492.html" target="_blank"&gt;http://h71000.www7.hp.com/wizard/wiz_4492.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If nothing else, it should give you a new&lt;BR /&gt;keyword for which to search ("SFF").&lt;BR /&gt;&lt;BR /&gt;I would not be amazed if someone had&lt;BR /&gt;automated this procedure a bit for greater&lt;BR /&gt;convenience,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;My (old) MIME utility ("MIME Version: V1.8")&lt;BR /&gt;says:&lt;BR /&gt;&lt;BR /&gt;MIME&amp;gt; help new&lt;BR /&gt;&lt;BR /&gt;NEW&lt;BR /&gt;&lt;BR /&gt;     Format: NEW [filename]&lt;BR /&gt;&lt;BR /&gt;     Creates a new message. If a file is not specified, you are prompted&lt;BR /&gt;     for a file name. The default text editor will then be invoked to add&lt;BR /&gt;     the text portion of the message. Use the ADD and REMOVE command to&lt;BR /&gt;     add MIME encoded attachments, such as images or sound files.&lt;BR /&gt;&lt;BR /&gt;  Additional information available:&lt;BR /&gt;&lt;BR /&gt;  /EDIT&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;so I assume that /NOEDIT is an erroneous&lt;BR /&gt;suggestion or a newer feature.</description>
    <pubDate>Mon, 31 Jul 2006 16:35:24 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2006-07-31T16:35:24Z</dc:date>
    <item>
      <title>Attachment using MAIL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/attachment-using-mail/m-p/3834201#M34517</link>
      <description>I would like to know if it is possible to attach more than one file using MAIL command.&lt;BR /&gt;Using the  $tcpip$uuencode I was able to attach one file but I will need to attach four files to one mail.&lt;BR /&gt;Is this possible?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Richard</description>
      <pubDate>Mon, 31 Jul 2006 12:28:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/attachment-using-mail/m-p/3834201#M34517</guid>
      <dc:creator>Richard Hains</dc:creator>
      <dc:date>2006-07-31T12:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Attachment using MAIL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/attachment-using-mail/m-p/3834202#M34518</link>
      <description>Richard,&lt;BR /&gt;&lt;BR /&gt;the OpenVMS MIME utility (available since OpenVMS V7.2) allows you to create MIME mails with as many attachments as you like.&lt;BR /&gt;&lt;BR /&gt;$ HELP MIME&lt;BR /&gt;&lt;BR /&gt;You can create a MIME encoded message and the send that message with the standard OpenVMS MAIL utility.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Mon, 31 Jul 2006 12:34:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/attachment-using-mail/m-p/3834202#M34518</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-07-31T12:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Attachment using MAIL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/attachment-using-mail/m-p/3834203#M34519</link>
      <description>Our VMS version is V7.3.&lt;BR /&gt;Do you have any samples of how to attach more than one file?&lt;BR /&gt;I am creating a com file, and I tried with MIME but when I receive the file in Outlook I am not getting the attachments.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 31 Jul 2006 12:49:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/attachment-using-mail/m-p/3834203#M34519</guid>
      <dc:creator>Richard Hains</dc:creator>
      <dc:date>2006-07-31T12:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Attachment using MAIL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/attachment-using-mail/m-p/3834204#M34520</link>
      <description>Richard,&lt;BR /&gt;&lt;BR /&gt;the MIME documentation can be found here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/731FINAL/6489/6489pro_014.html#index_x_711" target="_blank"&gt;http://h71000.www7.hp.com/doc/731FINAL/6489/6489pro_014.html#index_x_711&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;$ MIME:==$MIME&lt;BR /&gt;$ MIME x.x&lt;BR /&gt;MIME&amp;gt; NEW x.x ! use /NOEDIT to skip editor&lt;BR /&gt;MIME&amp;gt; add/BIN file1.bin&lt;BR /&gt;MIME&amp;gt; add/bin file2.bin&lt;BR /&gt;MIME&amp;gt; save&lt;BR /&gt;MIME&amp;gt; exit&lt;BR /&gt;&lt;BR /&gt;Now you have a MIME-encoded file x.x, which you can mail with:&lt;BR /&gt;&lt;BR /&gt;$ MAIL x.x "user@node"/SUBJ="subject"&lt;BR /&gt;&lt;BR /&gt;You can look at the MIME message on OpenVMS with:&lt;BR /&gt;&lt;BR /&gt;$ MIME x.x&lt;BR /&gt;MIME&amp;gt; LIST&lt;BR /&gt;...&lt;BR /&gt;MIME&amp;gt; EXTR/ATT=n ! to extract attachment #n&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Mon, 31 Jul 2006 13:05:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/attachment-using-mail/m-p/3834204#M34520</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-07-31T13:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Attachment using MAIL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/attachment-using-mail/m-p/3834205#M34521</link>
      <description>Thanks for your help, but.....&lt;BR /&gt;When I received the mail, the attached files did came inside the body of the mail, instead as attachments.&lt;BR /&gt;Other thing is when I type &lt;BR /&gt;NEW MY_MSG.MSG /NOEDIT&lt;BR /&gt;I got:&lt;BR /&gt; %CLI-W-NOQUAL, qualifiers not allowed - supply only verb and parameters&lt;BR /&gt; \NOEDIT\&lt;BR /&gt;&lt;BR /&gt;Do you know who can I solve these two issues?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 31 Jul 2006 13:29:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/attachment-using-mail/m-p/3834205#M34521</guid>
      <dc:creator>Richard Hains</dc:creator>
      <dc:date>2006-07-31T13:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Attachment using MAIL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/attachment-using-mail/m-p/3834206#M34522</link>
      <description>I don't do this, but you might investigate&lt;BR /&gt;the "ask the wizard" article which Google&lt;BR /&gt;found for me ("vms OR openvms mail&lt;BR /&gt;attachment"):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/wizard/wiz_4492.html" target="_blank"&gt;http://h71000.www7.hp.com/wizard/wiz_4492.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If nothing else, it should give you a new&lt;BR /&gt;keyword for which to search ("SFF").&lt;BR /&gt;&lt;BR /&gt;I would not be amazed if someone had&lt;BR /&gt;automated this procedure a bit for greater&lt;BR /&gt;convenience,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;My (old) MIME utility ("MIME Version: V1.8")&lt;BR /&gt;says:&lt;BR /&gt;&lt;BR /&gt;MIME&amp;gt; help new&lt;BR /&gt;&lt;BR /&gt;NEW&lt;BR /&gt;&lt;BR /&gt;     Format: NEW [filename]&lt;BR /&gt;&lt;BR /&gt;     Creates a new message. If a file is not specified, you are prompted&lt;BR /&gt;     for a file name. The default text editor will then be invoked to add&lt;BR /&gt;     the text portion of the message. Use the ADD and REMOVE command to&lt;BR /&gt;     add MIME encoded attachments, such as images or sound files.&lt;BR /&gt;&lt;BR /&gt;  Additional information available:&lt;BR /&gt;&lt;BR /&gt;  /EDIT&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;so I assume that /NOEDIT is an erroneous&lt;BR /&gt;suggestion or a newer feature.</description>
      <pubDate>Mon, 31 Jul 2006 16:35:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/attachment-using-mail/m-p/3834206#M34522</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-07-31T16:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Attachment using MAIL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/attachment-using-mail/m-p/3834207#M34523</link>
      <description>Richard,&lt;BR /&gt;&lt;BR /&gt;I'm using MIME V1.9 (OpenVMS Alpha V8.2).&lt;BR /&gt;&lt;BR /&gt;MIME&amp;gt; sho vers&lt;BR /&gt;MIME Version: V1.9&lt;BR /&gt;&lt;BR /&gt;There are patches for MIME for the various versions of OpenVMS Alpha (look for VMSxx_MIME-V0x00) and OpenVMS VAX V7.3 (VAXMIME01_073).&lt;BR /&gt;&lt;BR /&gt;Which version of OpenVMS and MIME are you using ?&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Aug 2006 00:27:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/attachment-using-mail/m-p/3834207#M34523</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-08-01T00:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Attachment using MAIL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/attachment-using-mail/m-p/3834208#M34524</link>
      <description>&lt;BR /&gt;If you are looking for examples, then have a look at the sendmail script at &lt;A href="http://dcl.openvms.org." target="_blank"&gt;http://dcl.openvms.org.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This script allows one to send MIME or SMTP messages and allows files to be attached.&lt;BR /&gt;&lt;BR /&gt;A direct link to the script:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://dcl.openvms.org/stories.php?story=04/09/22/8507303" target="_blank"&gt;http://dcl.openvms.org/stories.php?story=04/09/22/8507303&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Aug 2006 01:51:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/attachment-using-mail/m-p/3834208#M34524</guid>
      <dc:creator>Dave Laurier</dc:creator>
      <dc:date>2006-08-01T01:51:25Z</dc:date>
    </item>
  </channel>
</rss>

