1

I have this option whereby the admin can upload files, eg. pictures to the server using Mad File Manager. The "installation" of the File Manager works.

The problem occurs when I want to send an email using PHP, composed the email using TinyMCE, included the picture using the full URL, it shows... but then, when the email arrives at the other end, the image doesn't show.

What I found out is that, eg.

my domain: www.emailtest.com upload folder: uploads

The url reflected from the image at the recipient's end only shows: uploads/image.jpg when it should be www.emailtest.com/uploads/image.jpg right?

The domain's name has been truncated.

Can anyone give me a lead on how to go about this? Thanks!

4

1 回答 1

0

Looks like you will need to tweak the tinymce configuration settings a bit. Have a look at the relative_urls param.

于 2013-03-20T09:54:55.277 回答