Skip to Content
0
Former Member
Sep 20, 2005 at 08:14 PM

MIME Version in Mail Adapter

56 Views

Hi,

I'm trying to figure out what version of MIME XI uses when I send an htmlb email. I'm also wondering if I can change the MIME version.

Here is the XI payload xml file generated:

<?xml version="1.0" encoding="UTF-8"?>

http://sap.com/xi/XI/Mail/30">

<Subject>Time Off Request from Alaa Qasem</Subject>

<From>qasema</From>

<To>baudaisk; qasema</To>

<Content_Type>text/html; charset=us-ascii</Content_Type>

This is a time off request submitted byAlaa QasemPlease click on the link below to approve/disapprove. <a href=" http://google.com">Click Here</a>

I would also greatly appreciate it if somebody can tell me what are the available tags for us to configure, i.e. <Content>, <Content_Type>...etc.