I am using tinymce with the Communication module to send out emails.
The major issue I am having is that if I link to a image on my site the html src automatically removes the http://www.site.com reference so the link to the image ends up being just /images/image.jpg
Now this looks fine on the screen but as soon as you send it the link is dead.
How do I get the link to the image to STAY at http://www.site.com/images/image.jpg so it is readable in emails????