...
| E-MAIL HANDLING CATEGORIES | DEVELOPMENT RESOURCES |
6. How To Send HTML Messages Using ZSENDMAIL2
To send HTML message, add the following header texts into the "header" table in ZSENDMAIL2:
MIME-Version: 1.0
Content-Type: text/html; charset=us-ascii
In the message body, you can then enter HTML tags.
...