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.

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

Please check the image path you have in your Editor Image path should be something like

Http://www.yoursite.com/images/uploads/image.jpg

if it is like

../../../images/uploads/image.jpg

It won't work in emails. try to provide complete image location.

Thanks

link|improve this answer
ok will check but I copied the image from the disk and pasted it body having tinyMce editor. so as I think tiny editor creates some different path of image as data. if i have to resolve is there any other way ??? for tiny editor ?? Thanks a ton – MACK Nov 15 '11 at 6:21
Thats not the way buddy. Try to insert an Image in your editor Not just copy & paste. and also follow this post tinymce.com/forum/viewtopic.php?id=642 May help you for sure. – pinaldesai Nov 15 '11 at 6:25
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.