[TYPO3] Tip-A-Friend : HTML Mail is not working

Chris chris at oblady.com
Fri Nov 10 10:30:26 CET 2006


Hello,

had the same problem,
fixed it like this : add this line at the beginning of 
class.tx_tipafriend.php  :

require_once(PATH_t3lib.'class.t3lib_htmlmail.php');

and voilà !

works now, but the html mail sent is the page itself

Chris

FEZ (Felix Kratzer) a écrit :
> Peter Geldhof wrote:
>> Hello,
>>
>> I have the Tip-A-Friend extension installed.  Everything running fine 
>> except that it does not send out html mails.  They are always in plain 
>> text, independent of the settings I set. (e.g. 
>> plugin.tipafriend.htmlMail = 1 in the Constants section of my template)
>>
>> Any tips what to verify/set ?
>>
>> Regards,
>> Peter
> 
> Same with me!
> PLUS: it's NOT first line of the template (as it says) which becomes the 
> subject but ALWAYS the second one (filled with text)
> 
> FEZ



More information about the TYPO3-english mailing list