Project

General

Profile

Actions

Feature #20375

closed

class.t3lib_htmlmail -> Possibility to add links to js-files to your mail

Added by Jesse Adler over 15 years ago. Updated about 11 years ago.

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 #1

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

Actions #2

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?

Actions #3

Updated by Alexander Opitz about 11 years ago

  • Status changed from Needs Feedback to Closed

No feedback for over 90 days.

Actions

Also available in: Atom PDF