<?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: Mail/subject  Need with an attachment in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/mail-subject-need-with-an-attachment/m-p/4959326#M33583</link>
    <description>Probably the easiest way to (just) send an attachment is the one T4 uses:&lt;BR /&gt;&lt;BR /&gt;$ Uuen :== $tcpip$uuencode&lt;BR /&gt;$ Uuen input_file output_file.uue&lt;BR /&gt;$ mail/subj="..." output_file.uue recipient&lt;BR /&gt;&lt;BR /&gt;Outlook, for example, recognizes this as an empty mail with an attachment.&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  Martin</description>
    <pubDate>Tue, 14 Feb 2006 03:27:28 GMT</pubDate>
    <dc:creator>Martin Vorlaender</dc:creator>
    <dc:date>2006-02-14T03:27:28Z</dc:date>
    <item>
      <title>Mail/subject  Need with an attachment</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mail-subject-need-with-an-attachment/m-p/4959321#M33578</link>
      <description>I know how to send mail as SMTP to an e-mail account as the exapmple below, But how can I send the same mail to include an attachment as well. &lt;BR /&gt;EXAMPLE:&lt;BR /&gt;`mail /subject="  SUPER Access  Report" SUPER.Rpt SMPT%"Joseph_Drozdz\@hth.com"`;</description>
      <pubDate>Mon, 13 Feb 2006 12:09:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mail-subject-need-with-an-attachment/m-p/4959321#M33578</guid>
      <dc:creator>Joseph Drozdz</dc:creator>
      <dc:date>2006-02-13T12:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Mail/subject  Need with an attachment</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mail-subject-need-with-an-attachment/m-p/4959322#M33579</link>
      <description>Joseph,&lt;BR /&gt;&lt;BR /&gt;I do not recall a way to directly do this using standard HP-supplied components.&lt;BR /&gt;&lt;BR /&gt;You can implement this with a C-Kermit script which connects to the local SMTP server directly (I know that it can be done because a client of mine had precisely this need a while ago, and it worked perfectly).&lt;BR /&gt;&lt;BR /&gt;C-Kermit is available as a download from Columbia University (&lt;A href="http://www.columbia.edu)." target="_blank"&gt;http://www.columbia.edu).&lt;/A&gt;&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>Mon, 13 Feb 2006 12:30:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mail-subject-need-with-an-attachment/m-p/4959322#M33579</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2006-02-13T12:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Mail/subject  Need with an attachment</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mail-subject-need-with-an-attachment/m-p/4959323#M33580</link>
      <description>You can use the MIME tool, if you have a sufficently recent version of VMS. See HELP MIME.&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Feb 2006 12:44:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mail-subject-need-with-an-attachment/m-p/4959323#M33580</guid>
      <dc:creator>Richard Brodie_1</dc:creator>
      <dc:date>2006-02-13T12:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Mail/subject  Need with an attachment</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mail-subject-need-with-an-attachment/m-p/4959324#M33581</link>
      <description>Joseph,&lt;BR /&gt;&lt;BR /&gt;As Richard has kindly pointed out, there is the MIME tool.&lt;BR /&gt;&lt;BR /&gt;What version of OpenVMS are you running?&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>Mon, 13 Feb 2006 12:49:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mail-subject-need-with-an-attachment/m-p/4959324#M33581</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2006-02-13T12:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Mail/subject  Need with an attachment</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mail-subject-need-with-an-attachment/m-p/4959325#M33582</link>
      <description>Also worth looking at SFF (Send From File). See SYS$SYSTEM:TCPIP$SMTP_SFF. Documentation in the TCPIP manuals.</description>
      <pubDate>Mon, 13 Feb 2006 17:07:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mail-subject-need-with-an-attachment/m-p/4959325#M33582</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2006-02-13T17:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Mail/subject  Need with an attachment</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mail-subject-need-with-an-attachment/m-p/4959326#M33583</link>
      <description>Probably the easiest way to (just) send an attachment is the one T4 uses:&lt;BR /&gt;&lt;BR /&gt;$ Uuen :== $tcpip$uuencode&lt;BR /&gt;$ Uuen input_file output_file.uue&lt;BR /&gt;$ mail/subj="..." output_file.uue recipient&lt;BR /&gt;&lt;BR /&gt;Outlook, for example, recognizes this as an empty mail with an attachment.&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  Martin</description>
      <pubDate>Tue, 14 Feb 2006 03:27:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mail-subject-need-with-an-attachment/m-p/4959326#M33583</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2006-02-14T03:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Mail/subject  Need with an attachment</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mail-subject-need-with-an-attachment/m-p/4959327#M33584</link>
      <description>Joseph, I prefer the MIME method, and it's really easy to use.&lt;BR /&gt;&lt;BR /&gt;I've attached a procedure we use to email messages directly from VMS with multiple attachments. It even has a HTML message body for that all important SPAM look :)&lt;BR /&gt;&lt;BR /&gt;Rob.</description>
      <pubDate>Tue, 14 Feb 2006 04:50:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mail-subject-need-with-an-attachment/m-p/4959327#M33584</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2006-02-14T04:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Mail/subject  Need with an attachment</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mail-subject-need-with-an-attachment/m-p/4959328#M33585</link>
      <description>If You have the MIME utility (on recently new systems), my send_attach.com may help:&lt;BR /&gt;&lt;BR /&gt; &lt;A href="http://wwwvms.mppmu.mpg.de/util/com/send_attach.com" target="_blank"&gt;http://wwwvms.mppmu.mpg.de/util/com/send_attach.com&lt;/A&gt;</description>
      <pubDate>Tue, 14 Feb 2006 05:18:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mail-subject-need-with-an-attachment/m-p/4959328#M33585</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2006-02-14T05:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Mail/subject  Need with an attachment</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mail-subject-need-with-an-attachment/m-p/4959329#M33586</link>
      <description>All With further trial and errors I found a differenct way than suggested. Thanks to all who responded to this post. To send a mail with an attachment  to outlook, I used the /signature_file along with Mail/subject. &lt;BR /&gt;&lt;BR /&gt;UUE == "$SYS$SYSTEM:TCPIP$UUENCODE.EXE"&lt;BR /&gt;UUE call_rpt.xls Recall_rpt.UUE&lt;BR /&gt;MAIL/subject="Today's report"/SIGNATURE_FILE=QRT_Recall_rpt.UUE mms_orders_fc.txt SMPT%"Joseph_Drozdz@HTH.COM"  &lt;BR /&gt;del call_rpt.UUE;*&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Feb 2006 09:47:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mail-subject-need-with-an-attachment/m-p/4959329#M33586</guid>
      <dc:creator>Joseph Drozdz</dc:creator>
      <dc:date>2006-02-16T09:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Mail/subject  Need with an attachment</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mail-subject-need-with-an-attachment/m-p/4959330#M33587</link>
      <description>Excellent! Give yourself 10 points.&lt;BR /&gt;&lt;BR /&gt;Seriously though... Nice trick.&lt;BR /&gt;Thanks for reporting back.&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Feb 2006 09:51:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mail-subject-need-with-an-attachment/m-p/4959330#M33587</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2006-02-16T09:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Mail/subject  Need with an attachment</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mail-subject-need-with-an-attachment/m-p/4959331#M33588</link>
      <description>Hein, you beat me - I was just about to send the same response.&lt;BR /&gt;&lt;BR /&gt;Joseph, I'll put that nice idea into my toolbox.&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  Martin</description>
      <pubDate>Thu, 16 Feb 2006 09:54:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mail-subject-need-with-an-attachment/m-p/4959331#M33588</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2006-02-16T09:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Mail/subject  Need with an attachment</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mail-subject-need-with-an-attachment/m-p/4959332#M33589</link>
      <description>Yes, sending uuencoded as signature file is nice and quickly programmed, -but:&lt;BR /&gt;&lt;BR /&gt; since the mail does not have correct MIME headers, not all readers will recognize the result as attachments, most notably on VMS:&lt;BR /&gt;&lt;BR /&gt; Yahmail just gets the uuencoded as text, doesn't interpret it as attachment.&lt;BR /&gt;&lt;BR /&gt;  VMS UUDECODE does not decode the /noheader extracted file: You have to edit and remove the SMTP headers before uudecode.&lt;BR /&gt;&lt;BR /&gt; The VMS MIME utility does not recognize the uuencoded as an attachment.&lt;BR /&gt;&lt;BR /&gt;Well, on VMS one can use MUNPACK, this works.</description>
      <pubDate>Thu, 16 Feb 2006 11:15:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mail-subject-need-with-an-attachment/m-p/4959332#M33589</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2006-02-16T11:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Mail/subject  Need with an attachment</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mail-subject-need-with-an-attachment/m-p/4959333#M33590</link>
      <description>Joseph,&lt;BR /&gt;&lt;BR /&gt;For safety, you need to verify that the format and the headers match the SMTP and MIME RFCs (These are available from &lt;A href="http://www.ietf.org)." target="_blank"&gt;http://www.ietf.org).&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you are not compliant with the appliable RFCs, then you will encounter problems with different mail readers. Remember, just as the old saw about "One swallow does not make a spring", the fact that a single mail reader processes the message correctly does not guarantee that the format is correct. Correctness is defined as conforming to the RFC.&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;&lt;BR /&gt;  Author, History and Evolution of Electronic Mail, Handbook of Information Security</description>
      <pubDate>Thu, 16 Feb 2006 21:34:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mail-subject-need-with-an-attachment/m-p/4959333#M33590</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2006-02-16T21:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Mail/subject  Need with an attachment</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mail-subject-need-with-an-attachment/m-p/4959334#M33591</link>
      <description>Josef,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;since the mail does not have correct MIME headers, not all readers will recognize the result as attachments [...]&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Technically speaking, this isn't a MIME mail at all (so there are neither MIME headers, nor MIME multipart bodies). It's just that some MUAs (most notably Outlook) show UUEncoded files embedded in a mail as an attachment.&lt;BR /&gt;&lt;BR /&gt;Binary attachments contained in MIME mails are most often encoded using Base64, as this produces less overhead than UUE.&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  Martin&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Feb 2006 02:44:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mail-subject-need-with-an-attachment/m-p/4959334#M33591</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2006-02-17T02:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Mail/subject  Need with an attachment</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mail-subject-need-with-an-attachment/m-p/4959335#M33592</link>
      <description>thanks again all!!</description>
      <pubDate>Fri, 17 Feb 2006 08:42:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mail-subject-need-with-an-attachment/m-p/4959335#M33592</guid>
      <dc:creator>Joseph Drozdz</dc:creator>
      <dc:date>2006-02-17T08:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Mail/subject  Need with an attachment</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mail-subject-need-with-an-attachment/m-p/4959336#M33593</link>
      <description>Joseph,&lt;BR /&gt;&lt;BR /&gt;from your Forum Profile:&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;I have assigned points to 56 of 72  responses to my questions.&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;It really is only about one stream, dating back to 2004.&lt;BR /&gt;&lt;BR /&gt;Maybe you can find some time to do some assigning?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Mind, I do NOT say you necessarily need to give lots of points. It is fully up to _YOU_ to decide how many. If you consider an answer is not deserving any points, you can also assign 0 ( = zero ) points, and then that answer will no longer be counted as unassigned.&lt;BR /&gt;Consider, that every poster took at least the trouble of posting for you!&lt;BR /&gt;&lt;BR /&gt;To easily find your streams with unassigned points, click your own name somewhere.&lt;BR /&gt;This will bring up your profile.&lt;BR /&gt;Near the bottom of that page, under the caption "My Question(s)" you will find "questions or topics with unassigned points " Clicking that will give all, and only, your questions that still have unassigned postings.&lt;BR /&gt;&lt;BR /&gt;Thanks on behalf of your Forum colleagues.&lt;BR /&gt;&lt;BR /&gt;PS. - nothing personal in this. I try to post it to everyone with this kind of assignment ratio in this forum. If you have received a posting like this before - please do not take offence - none is intended!&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Sat, 18 Feb 2006 06:27:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mail-subject-need-with-an-attachment/m-p/4959336#M33593</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-02-18T06:27:16Z</dc:date>
    </item>
  </channel>
</rss>

