Hi,
When I paste an HTML email message into the Bulk Email Editor and send the message, the full paths that have been included are converted into local paths. As a result an image with a src=http://www.mydomain.com/images/myimage.gif turns into src=/images/myimage and when the recipient reads the message the image is broken.
I know the free text box is a little goofy and I tried every combination of switching between design and HTML etc. I even discovered the RemoveServerNameFromUrls="False" tag and added it to the bulk email page. I discovered that messages regarding the FTBProvider not getting compiled in the DNN Release, and I recompiled it. Still converting paths to local.
Then I discovered the really interesting part.
I have more than one DNN site (separate servers at webhost4life). The Bulk EMailer works correctly on one and incorrectly on the other. All of the dlls in Bin are exactly the same size. I replaced all of the associated files on the busted site with files from the one that works, just to be sure. No change.
Am I missing a database setting? Could the operating systems be slightly different in a way that would cause this? Has anyone else been unable to get the FTBeditor to leave paths alone?