I have Some text with Inline image in TinyMCE,i am sending it(Tinymce content) in mail.So while sending the content it is encoding(base64) that inline image.
I want to separate that image(base64) and content(Text) while sending in mail.I want to do it in javascript,is there anything like that??.