Mail attachment using MIME
- From: StGallen <sengupta.suhas@xxxxxxxxx>
- Date: Tue, 5 Jun 2012 05:24:38 -0700 (PDT)
Mail attachment using MIME
Hello All
I want to send an an attachment via mail from VMS. For testing, I am trying to send a text file. But it appears in the mail body.
Please let me know if VMS MAIL and MIME are all I need to send attachments via mail.
VMS 7.3-2. (I am trying this from the DEATHROW VMS cluster - GEIN).
These are the steps I am following:
RUN SYS$SYSTEM:MIME.EXE
MIME> NEW StG.MIME
*CHANGE
I DO NOT enter some text here that should be displayed in the text body, if entered.
CTRL+Z
*EXIT
MIME> ADD LOGIN.COM /ENCODING=7bit
MIME> SAVE
MIME> EXIT
$ !back to DCL
$ MAIL/SUBJECT="Mime from VMS" StG.MIME "xxxxx@xxxxxxxxx"
When I open my mail, I see:
Mime-version: 1.0
Content-Type: multipart/mixed; boundary="OpenVMS/MIME.538968436.1338898131"
Content-Transfer-Encoding: 7bit
Message-ID: <538968436.1338898131@OpenVMS>
--OpenVMS/MIME.538968436.1338898131
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
--OpenVMS/MIME.538968436.1338898131
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=LOGIN.COM
$! LOGIN procedure for DECUServe users.
..
..
..
Thanks
StG
.
- Follow-Ups:
- Re: Mail attachment using MIME
- From: Hunter Goatley
- Re: Mail attachment using MIME
- From: JF Mezei
- Re: Mail attachment using MIME
- From: Jan-Erik Soderholm
- Re: Mail attachment using MIME
- Prev by Date: Re: VMS Alpha v. Google Groups
- Next by Date: Re: VMS Alpha v. Google Groups
- Previous by thread: Wordperfect for VAX/VMS
- Next by thread: Re: Mail attachment using MIME
- Index(es):
Relevant Pages
|