I have implemented to send a message from mainframe to particular receipients. Message contents are displayed in normal text. Is it possible to send the contents of the dataset in html format to receipients.
Below code sending message in normal text
%XMITIP (aaa_bbb@xxx.com) +
SUBJECT Subject: &DATE &DAY TIME: &TIME' +
MSGDD MSG +
FORMAT HTML/w-blu//4//YES///
SUBJECT Subject: &DATE &DAY TIME: &TIME' +
MSGDD MSG +
FORMAT HTML/w-blu//4//YES///
Thanks in advance