> MIME-Version: 1.0
> CONTENT-TYPE:TEXT/HTML

Where are you putting this? The contents of an e-mail message has a header and 
a body, separated by a blank line, and those fields have to be in the message 
header or in a MIME header.

mail from: f...@bar.baz
rcpt to: some...@example.com
data
from:f...@bar.baz
to: some...@example.com
Subject: This is a MIME HTML message
MIME-Version: 1.0
CONTENT-TYPE:TEXT/HTML; charset="us-ascii"
Content-Transfer-Encoding:7bit

<HTML>
<BODY>
<PRE STYLE="FONT: MONOSPACE">
text
</PRE>
.



--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3

________________________________________
From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> on behalf of 
Bill Giannelli <billgianne...@gmail.com>
Sent: Friday, April 5, 2019 12:07 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Rexx not processing email formatting

We have a rexx on z/OS to send out emails. but when output to email (outlook) 
it treats any formatting command as text:
MIME-Version: 1.0
CONTENT-TYPE:TEXT/HTML
<HTML>
<BODY>
<PRE STYLE="FONT: MONOSPACE">
Any advice as to why these commands are not formatting the email message "body"?
thank you
Bill

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to