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!