[TYPO3] direct mail - problem with links within the messages

Benoit Norrin benoit at norrin.fr
Sat Apr 22 01:18:36 CEST 2006


Hi,

I found an alternative solution.
It's certainly not the better way but ... it's one.

Edit typo3/t3lib/class.t3lib_htmlmail.php

Cut line 1013 :
if ($this->jumperURL_prefix && $val["tag"]!="form" )

Paste :
if ($this->jumperURL_prefix && $val["tag"]!="form" && $val["tag"]!="a" )	


Greeting.
Benoit



shielsn a écrit :
> Hi,
> 
> I have the same problem.  Tried everything including editing the HTML code 
> manually.  If anyone has any ideas as to how to fix this, it would be 
> greatly appreciated!
> 
> Shiels 
> 
> 
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

-- 
Cordialement,
Benoit Norrin
DLCube (Développement de Logiciel Libre en Limousin)
Tel : 06.14.92.43.69



More information about the TYPO3-english mailing list