cancel
Showing results for 
Search instead for 
Did you mean: 

Email input xml as body of mail

Former Member
0 Kudos

Dear all

I need to provide the input xml in the body of the mail. The body of the mail should be the input xml.

I understand that in order to provide the content in the email body we need to use the XIMail30 package. However this is only for the text. But we need xml in the email body?

Regards

Monika

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>But we need xml in the email body?

what you can do is you can use escape chars

" & quot;

< & lt;

> & gt;

& & amp;

which will allow you to send XML data as text and it will be visible as "XML" in the e-mail body right ?

or you can use CDATA to wrap the XML too and send as text

Regards,

Michal Krawczyk