Bug #16757
closedt3lib_htmlmail jump urls break mailto links
0%
Description
When the jump url functionality is used it breaks mailto links. They are replaced in the same way as normal links but the redirects do not launch a mail program.
I am using typo3-4.0.1 and firefox 1.5.0.8
I have a proposed patch, I have only tested this in the context of directmail though, I don't know if this will break functionality elsewhere. Basically my patch just stops t3lib_htmlmail from adding mailto links to the list of hrefs to substitute so that they come out untouched in the finished document.
There may be a way to rewrite the redirect code, but this seemed the most reliable solution to me.
My patch is the output of the svn diff command, if there is a better format for these please let me know.
Thanks, Don
(issue imported from #M4599)
Files