Ms outlook2016 showing junk characters
I am trying to generate a email body content through XML file . Below is the XML file. i am getting junk characters in MSoutlook 2016. Below is the XML file.
<destinations>
<mail id="MAILID"
to="&<P_MAIL_TO>"
cc="123@gmail.com"
from="123@gmail.com"
subject="Toner And Catridge Invoice &<P_DOCNO>">
<body srcType="report" format="html" >
<include src="headerSection"/>
</body>
<attach format="pdf" name="Invoice.pdf" srcType="report">
<include src="mainSection"/>
</attach>
</mail>
</destinations>