Avatar

Level 4

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.submitForm({cURL:"mailto:"+ strToAddress + "?cc=" + strCCAddress + "&subject=" + strSubject + "&body=" + strMessage});

then its working only if client Mail box opens(Like Outlook or other mail box opens ).

I need the solution which should send the PDF after clicking the button without any manaul interrption.

Regards,

Dhiyane