I am using the simplenews module on a site to send out some newsletters. I'd like to have my clients compose the newsletters themselves in a WYSIWYG editor, so I've chosen to use TinyMCE and IMCE for images. Everything works well on the site, but any images that are inserted do not appear when the email goes out - the src="" attribute for the img tag contains a relative url. I've attempted to make IMCE output absolute, not relative URLs, as per this post. I've tried ufku's solution, but it seems to have no effect. In fact, that code doesn't seem to execute at all - I've added some alert() calls, but I don't see any effect.

Can anyone enlighten me as to how I might fix this problem?

Thanks,
Benjamin Kudria
bkudria@eml.cc