Hi Srini , event.target.submitForm({cURL:"mailto:"+ strToAddress + "?cc=" + strCCAddress + "&subject=" + strSubject + "&body=" + strMessage,cSubmitAs:"PDF",cCharset:"utf-8"});In the above code if i remove the line cSubmitAs:"PDF",cCharset:"utf-8" and use the remaining code like below event.target.su...