<?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: Attaching a file and sending it using mail in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/attaching-a-file-and-sending-it-using-mail/m-p/5042014#M36056</link>
    <description>&lt;BR /&gt;Maybe also the public domain MPACK program is of interest here:&lt;BR /&gt;  &amp;lt; &lt;A href="http://nchrem.tnw.tudelft.nl/openvms/software2.html" target="_blank"&gt;http://nchrem.tnw.tudelft.nl/openvms/software2.html&lt;/A&gt;   &amp;gt;</description>
    <pubDate>Tue, 24 Apr 2007 07:05:33 GMT</pubDate>
    <dc:creator>Joseph Huber_1</dc:creator>
    <dc:date>2007-04-24T07:05:33Z</dc:date>
    <item>
      <title>Attaching a file and sending it using mail</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/attaching-a-file-and-sending-it-using-mail/m-p/5042008#M36050</link>
      <description>Hi&lt;BR /&gt;  I am writing a script(DCL script) to get some data in a file and I want to add a command to send this file as an attachment, in this script.&lt;BR /&gt;   Normal Mail command helps me to send this data as the mail body . but how can I send it as an attachment?&lt;BR /&gt;   Please suggest the options for doing this&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jayakrishnan G Naik</description>
      <pubDate>Mon, 23 Apr 2007 23:36:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/attaching-a-file-and-sending-it-using-mail/m-p/5042008#M36050</guid>
      <dc:creator>GNJ</dc:creator>
      <dc:date>2007-04-23T23:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Attaching a file and sending it using mail</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/attaching-a-file-and-sending-it-using-mail/m-p/5042009#M36051</link>
      <description>I found the attached routine somewhere and added a german help. It creates a mail messgae incl. attachment and uses either VMS Mail oder SFF to send it.&lt;BR /&gt;You may use it as a starter...&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Mon, 23 Apr 2007 23:58:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/attaching-a-file-and-sending-it-using-mail/m-p/5042009#M36051</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2007-04-23T23:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: Attaching a file and sending it using mail</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/attaching-a-file-and-sending-it-using-mail/m-p/5042010#M36052</link>
      <description>Maybe another job for the mailsym symbiont. You can find it on the freeware cd or at:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://oswald.knoppers.googlepages.com/mailsymhome" target="_blank"&gt;http://oswald.knoppers.googlepages.com/mailsymhome&lt;/A&gt;</description>
      <pubDate>Tue, 24 Apr 2007 03:03:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/attaching-a-file-and-sending-it-using-mail/m-p/5042010#M36052</guid>
      <dc:creator>Oswald Knoppers_1</dc:creator>
      <dc:date>2007-04-24T03:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Attaching a file and sending it using mail</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/attaching-a-file-and-sending-it-using-mail/m-p/5042011#M36053</link>
      <description>It's very simple.&lt;BR /&gt;&lt;BR /&gt;$Mail &lt;FILESPEC&gt; &lt;USER&gt;&lt;BR /&gt;&lt;BR /&gt;Improve on the above adding a subject.&lt;BR /&gt;$mail /subject="some comment" &lt;FILE&gt; &lt;USER&gt;.&lt;BR /&gt;&lt;BR /&gt;Remember that you cant send the log of a batch job this way as the log is still open.&lt;BR /&gt;&lt;/USER&gt;&lt;/FILE&gt;&lt;/USER&gt;&lt;/FILESPEC&gt;</description>
      <pubDate>Tue, 24 Apr 2007 04:15:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/attaching-a-file-and-sending-it-using-mail/m-p/5042011#M36053</guid>
      <dc:creator>Steve-Thompson</dc:creator>
      <dc:date>2007-04-24T04:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Attaching a file and sending it using mail</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/attaching-a-file-and-sending-it-using-mail/m-p/5042012#M36054</link>
      <description>Sorry,&lt;BR /&gt;&lt;BR /&gt;it's not that simple, if you want to put multiple attachments into you mail.&lt;BR /&gt;You can create the mail with plain DCL, but the format is quite sensitive.&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Tue, 24 Apr 2007 04:18:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/attaching-a-file-and-sending-it-using-mail/m-p/5042012#M36054</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2007-04-24T04:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Attaching a file and sending it using mail</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/attaching-a-file-and-sending-it-using-mail/m-p/5042013#M36055</link>
      <description>here is a solution&lt;BR /&gt;&lt;BR /&gt; Example-C,C++ SMTP Mail Message Sender With MIME File Attachments&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h18000.www1.hp.com/support/asktima/communications/009F15E8-A8CE0B38-" target="_blank"&gt;http://h18000.www1.hp.com/support/asktima/communications/009F15E8-A8CE0B38-&lt;/A&gt;&lt;BR /&gt;1C02A1.html</description>
      <pubDate>Tue, 24 Apr 2007 04:31:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/attaching-a-file-and-sending-it-using-mail/m-p/5042013#M36055</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2007-04-24T04:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Attaching a file and sending it using mail</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/attaching-a-file-and-sending-it-using-mail/m-p/5042014#M36056</link>
      <description>&lt;BR /&gt;Maybe also the public domain MPACK program is of interest here:&lt;BR /&gt;  &amp;lt; &lt;A href="http://nchrem.tnw.tudelft.nl/openvms/software2.html" target="_blank"&gt;http://nchrem.tnw.tudelft.nl/openvms/software2.html&lt;/A&gt;   &amp;gt;</description>
      <pubDate>Tue, 24 Apr 2007 07:05:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/attaching-a-file-and-sending-it-using-mail/m-p/5042014#M36056</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2007-04-24T07:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Attaching a file and sending it using mail</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/attaching-a-file-and-sending-it-using-mail/m-p/5042015#M36057</link>
      <description>And in my site help:&lt;BR /&gt; &amp;lt; &lt;A href="http://wwwvms.mppmu.mpg.de/vmsdoc/help/" target="_blank"&gt;http://wwwvms.mppmu.mpg.de/vmsdoc/help/&lt;/A&gt; &amp;gt;&lt;BR /&gt;follow the MAIL -&amp;gt; MIME link.&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Apr 2007 07:23:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/attaching-a-file-and-sending-it-using-mail/m-p/5042015#M36057</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2007-04-24T07:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Attaching a file and sending it using mail</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/attaching-a-file-and-sending-it-using-mail/m-p/5042016#M36058</link>
      <description>The OpenVMS Frequently Asked Questions (FAQ) has the answer for this and many other, well, frequently-asked questions.   &lt;BR /&gt;&lt;BR /&gt;FAQ home:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://64.223.189.234/vmsfaq" target="_blank"&gt;http://64.223.189.234/vmsfaq&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can download the whole document as a text or PDF and easily skim or search the document.&lt;BR /&gt;&lt;BR /&gt;In this case...&lt;BR /&gt;&lt;BR /&gt;         6.2  How do I send or read attachments in VMS MAIL?&lt;BR /&gt;&lt;BR /&gt;                   Is there any way to send or read mail with files as&lt;BR /&gt;                   attachments from VMS?&lt;BR /&gt;&lt;BR /&gt;                   Not directly with the OpenVMS MAIL facility, but there&lt;BR /&gt;                   are several other options:&lt;BR /&gt;&lt;BR /&gt;                   o  Install PINE, available commercially from Innosoft&lt;BR /&gt;                      or free from Andy Harper. With PINE you can both&lt;BR /&gt;                      send and receive MIME messages, if you have the&lt;BR /&gt;                      appropriate viewers available.&lt;BR /&gt;&lt;BR /&gt;                     o  &lt;A href="http://www.process.com/" target="_blank"&gt;http://www.process.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;                     o  &lt;A href="http://www.agh.cc.kcl.ac.uk/files/vms/pine-vms/" target="_blank"&gt;http://www.agh.cc.kcl.ac.uk/files/vms/pine-vms/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;                     o  &lt;A href="ftp://ftp2.kcl.ac.uk/pub/vms/pine-vms/" target="_blank"&gt;ftp://ftp2.kcl.ac.uk/pub/vms/pine-vms/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;                   o  If you are working from an X Windows display, you&lt;BR /&gt;                      can use the OpenVMS version of Netscape Navigator or&lt;BR /&gt;                      Mozilla. The mail download protocol chosen to access&lt;BR /&gt;                      the mail server from the Navigator or Mozilla mail&lt;BR /&gt;                      client can be POP or IMAP, with the former causing&lt;BR /&gt;                      messages to be downloaded while the latter permits&lt;BR /&gt;                      messages to be retained on the mail server. Most&lt;BR /&gt;                      folks prefer IMAP for this reason.&lt;BR /&gt;&lt;BR /&gt;                   o  MPACK/MUNPACK. To send a MIME mail, construct the&lt;BR /&gt;                      message with attachments manually using MPACK. You&lt;BR /&gt;                      cannot send the resulting file directly through MAIL&lt;BR /&gt;                      because an extra blank header line will be inserted&lt;BR /&gt;                      between your message and the OpenVMS MAIL headers,&lt;BR /&gt;                      which will cause the message to appear as plain text&lt;BR /&gt;                      in most mail programs. Some TCP/IP stacks provide&lt;BR /&gt;                      a work around for this problem, and if that doesn't&lt;BR /&gt;                      work, you should generally be able to force the&lt;BR /&gt;                      message directly into the SMTP port of your mail&lt;BR /&gt;                      machine. Examples of both methods are in:&lt;BR /&gt;&lt;BR /&gt;                     o  &lt;A href="http://saf.bio.caltech.edu/pub/software/openvms/mmail.com" target="_blank"&gt;http://saf.bio.caltech.edu/pub/software/openvms/mmail.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;                      To read a MIME mail message, open it in MAIL,&lt;BR /&gt;                      extract it to a file, then use MUNPACK to break&lt;BR /&gt;                      out and decode the attachments.&lt;BR /&gt;&lt;BR /&gt;                      MPACK/MUNPACK tools are also available on OpenVMS&lt;BR /&gt;                      Freeware V5.0.&lt;BR /&gt;&lt;BR /&gt;                   o  With OpenVMS V7.2 and later, use the MIME tool&lt;BR /&gt;                      supplied with OpenVMS.&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Apr 2007 07:37:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/attaching-a-file-and-sending-it-using-mail/m-p/5042016#M36058</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-04-24T07:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Attaching a file and sending it using mail</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/attaching-a-file-and-sending-it-using-mail/m-p/5042017#M36059</link>
      <description>BTW, MPACK can easily made working with VMS TCPIP$SMTP mail transport (without the infamous empty line before the Mime headers):&lt;BR /&gt;&lt;BR /&gt;Edit the file encode.c,&lt;BR /&gt;there are two times lines producing &lt;BR /&gt; "Message-Id" and "Mime-Version" headers.&lt;BR /&gt;Just change the order: first Mime-Version, then  message-Id, and voila, the TCPIP$SMTP_mailshr  will happily handle Mpack's output like MIME's output: no premature end of headers by an empty line.</description>
      <pubDate>Tue, 24 Apr 2007 08:08:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/attaching-a-file-and-sending-it-using-mail/m-p/5042017#M36059</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2007-04-24T08:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Attaching a file and sending it using mail</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/attaching-a-file-and-sending-it-using-mail/m-p/5042018#M36060</link>
      <description>Hi&lt;BR /&gt; I am not able to find the site to download Pine for vms&lt;BR /&gt;  If anybody have pine software for vms please zip it and attach for me. &lt;BR /&gt;  &lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Jayakrishnan G Naik</description>
      <pubDate>Thu, 03 May 2007 01:35:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/attaching-a-file-and-sending-it-using-mail/m-p/5042018#M36060</guid>
      <dc:creator>GNJ</dc:creator>
      <dc:date>2007-05-03T01:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Attaching a file and sending it using mail</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/attaching-a-file-and-sending-it-using-mail/m-p/5042019#M36061</link>
      <description>Closing this thread&lt;BR /&gt;&lt;BR /&gt;Thanks for the valuable reply&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jayakrishnan G Naik</description>
      <pubDate>Tue, 08 May 2007 04:45:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/attaching-a-file-and-sending-it-using-mail/m-p/5042019#M36061</guid>
      <dc:creator>GNJ</dc:creator>
      <dc:date>2007-05-08T04:45:59Z</dc:date>
    </item>
  </channel>
</rss>

