<?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: Multinet and the MIME utility in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/multinet-and-the-mime-utility/m-p/4874402#M48367</link>
    <description>Martin, thanks for the response to this older thread which is still relevant to me.  I will give NBL a try later today and let you know what I find.</description>
    <pubDate>Tue, 21 Dec 2004 12:22:13 GMT</pubDate>
    <dc:creator>Garry Fruth</dc:creator>
    <dc:date>2004-12-21T12:22:13Z</dc:date>
    <item>
      <title>Multinet and the MIME utility</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/multinet-and-the-mime-utility/m-p/4874400#M48365</link>
      <description>I have a DCL procedure that uses the MIME utility to create an e-mail message.  On systems with HP TCPIP, I use TCPIP$SMTP_SFF to send the file.  How do I do send the file using Multinet?  The system is VMS 7.3-2 with Multinet 4.4 Rev A-X.</description>
      <pubDate>Tue, 07 Dec 2004 20:00:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/multinet-and-the-mime-utility/m-p/4874400#M48365</guid>
      <dc:creator>Garry Fruth</dc:creator>
      <dc:date>2004-12-07T20:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Multinet and the MIME utility</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/multinet-and-the-mime-utility/m-p/4874401#M48366</link>
      <description>Have a look at Arne Vajhoej's NBL (No Blank Line): &lt;A href="ftp://ftp.levitte.org/~ava/vms/nbl/" target="_blank"&gt;ftp://ftp.levitte.org/~ava/vms/nbl/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;  Martin&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Dec 2004 04:09:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/multinet-and-the-mime-utility/m-p/4874401#M48366</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2004-12-21T04:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Multinet and the MIME utility</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/multinet-and-the-mime-utility/m-p/4874402#M48367</link>
      <description>Martin, thanks for the response to this older thread which is still relevant to me.  I will give NBL a try later today and let you know what I find.</description>
      <pubDate>Tue, 21 Dec 2004 12:22:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/multinet-and-the-mime-utility/m-p/4874402#M48367</guid>
      <dc:creator>Garry Fruth</dc:creator>
      <dc:date>2004-12-21T12:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Multinet and the MIME utility</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/multinet-and-the-mime-utility/m-p/4874403#M48368</link>
      <description>Garry,&lt;BR /&gt;&lt;BR /&gt;There is another approach which I have used sucessfully.&lt;BR /&gt;&lt;BR /&gt;Remember, the SMTP server can be accessed via a telnet connection. In the past, I have used C-kermit's scripting capability to initiate a connection to the local (127.0.0.1) SMTP server, then ran the SMTP dialog as the script. It sounds ugly, but it does work.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Tue, 21 Dec 2004 13:02:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/multinet-and-the-mime-utility/m-p/4874403#M48368</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2004-12-21T13:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Multinet and the MIME utility</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/multinet-and-the-mime-utility/m-p/4874404#M48369</link>
      <description>If you create an envelope with the proper RFC-822 header lines and attach the info created by MIME, then you can just print to the &lt;BR /&gt;MULTINET_SMTP_QUEUE queue.&lt;BR /&gt;&lt;BR /&gt;$ print/que=MULTINET_SMTP_QUEUE my_email.tmp</description>
      <pubDate>Tue, 21 Dec 2004 13:21:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/multinet-and-the-mime-utility/m-p/4874404#M48369</guid>
      <dc:creator>Marty Kuhrt</dc:creator>
      <dc:date>2004-12-21T13:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Multinet and the MIME utility</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/multinet-and-the-mime-utility/m-p/4874405#M48370</link>
      <description>Marty,&lt;BR /&gt;I liked your solution, in that it looked very similar to what I need to do to use tcpip$smtp_sff.  However, at least in our environment, they are not quite rfc822 headers.  I had to precede the message with with something like this:&lt;BR /&gt;MAIL FROM:&lt;XXX&gt;&lt;BR /&gt;RCPT TO:&lt;ME&gt;&lt;BR /&gt;ARRIVAL_TIME: 21-DEC-2004 12:03:14.65&lt;BR /&gt;From:  xxx &lt;XXX&gt;&lt;BR /&gt;To: me@here.com&lt;BR /&gt;Subject: Test&lt;BR /&gt;Mime-version: 1.0&lt;BR /&gt;    . . .&lt;BR /&gt;&lt;BR /&gt;Without the ARRIVAL_TIME line, the server queue seemed to get hung up.  Also, I did not include a DATA line.&lt;/XXX&gt;&lt;/ME&gt;&lt;/XXX&gt;</description>
      <pubDate>Tue, 21 Dec 2004 15:18:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/multinet-and-the-mime-utility/m-p/4874405#M48370</guid>
      <dc:creator>Garry Fruth</dc:creator>
      <dc:date>2004-12-21T15:18:55Z</dc:date>
    </item>
  </channel>
</rss>

