Topic: image & mail
first of all: im german so please forgive me my language mistakes ![]()
I am getting nuts!
I use the tinymce wysiwig editor vor a newsletter system. a user can prepare the newsletter via tinymce editor (text formating, image including, etc.).
everything works great, in the wysiwig mode, the preview and html preview but if I send the newsletter via php (mail() --> html mail) the images dont appear in the html mail. its no path problem the problem with relative pathes is solved. the problem is the image pathes look like this:
"http://www.blbla.de/blala/thepicture.jpg"
( THE BACHSLASHES!!!).
because of the backslashes the images are hidden. How to solve this problem? please help me im getting insane
:shock: