Having Problem sending images through php mail function.
I have used tiny MCE as a text editor for mail body and pasted some images into the body and some text.
All content with images are displayed as posted data but when I passed it to mail() function only the text is sent to the mail address.
I have set the mime version and also content type to text/HTML in header. I don't get what is the actual problem with sending images as content to mail body.