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)
Updated by Jesse Adler over 15 years ago
It is about including js files in the mail, not including links to js files to the mail.
sorry
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0)
As this report is very old, is the handling in newer TYPO3 CMS Versions (like 6.0/6.1) more like you expect it?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
No feedback for over 90 days.
Actions