Actions
Feature #20375
closedclass.t3lib_htmlmail -> Possibility to add links to js-files to your mail
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-04-29
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:
Description
By adding the following lines to the function, it becomes possible to add links to JS-files to your mail.
class.t3lib_htmlmail.php -> getExtendedURL
line 1271
case 'js':
$res['content_type'] = 'text/javascript';
break;
Is there any chance to add this to the core?
(issue imported from #M11007)
Actions