Sending mail through mainframe in HTML format but but receiving in plain text format.
I tried to send the HTML email using mainframe. Mail is being sent in text format not in HTML. rather than converting HTML code to particular format its sending it as a text. Can someone help me out and tell me what needs to be changed in order to get the mail in proper HTML format. this is my JCL:-

//SMTP EXEC PGM=IEBGENER

//SYSPRINT DD SYSOUT=*

//SYSIN DD DUMMY,DCB=BLKSIZE=80

//SYSUT2 DD SYSOUT=(L,SMTP)

//SYSUT1 DD *

HELO MVSLP0                         MAIL FROM: <MY EMAIL ID>            RCPT TO: <MY EMAIL ID>              DATA                                DATE: MON, 14 FEB 11 07:35:00 EST   FROM: <MY EMAIL ID>                 TO: <MY EMAIL ID>                   SUBJECT: SMTP TEST                  MIME-VERSION: 1.0                   CONTENT-TYP: TEXT/HTML:             <HTML>                              <HEAD>                              <TITLE>THIS IS TITLE</TITLE>        </HEAD>                             <BODY>                              THIS IS BODY                        </BODY>  </HTML>

any help will be appreciated !!!



Software/Hardware used:
Mainframe
ASKED: February 16, 2011  10:50 AM
UPDATED: February 22, 2011  9:30 PM

Answer Wiki:
What type of email program do you have set-up on your "mainframe"? It may not support the HTML tagging, thus the drop into text...
Last Wiki Answer Submitted:  February 22, 2011  9:30 pm  by  Sixball   8,500 pts.
All Answer Wiki Contributors:  Sixball   8,500 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _