[TYPO3-dev] No absolute prefix for images with powermail/rte

Florian Rival contact at oktopuce.fr
Tue Sep 8 13:59:46 CEST 2015


Hi all,

When adding an image with the RTE for an email, the image is not prepend 
with the domain name so when the mail is received the image is not 
displayed.

I tried this configuration in setup but that doesn't work :

config.absRefPrefix = http://www.mydomain.com/

of course config.baseUrl is set !

In RTE, path looks good :

<img 
src="http://www.mydomain.com/fileadmin/_processed_/csm_image_cc399badb4.png" 
width="150" height="91" data-htmlarea-file-uid="676" 
data-htmlarea-file-table="sys_file" title="" alt="My text" style="" />

But in the received email this is like this :

<img src=3D"fileadmin/_processed_/csm_image_cc399badb4.png" 
width=3D="150" height=3D"91" title=3D"" alt=3D"My text" style=3D"" />

Any idea to solve this problem.

Thanks,
Florian



More information about the TYPO3-dev mailing list