Hi,
For info...

I had a problem with my tipafriend plugin: the subject of the mail was empty 
and replaced by the plain_message.

I have adjusted the file: class.tx_tipafriend.php on line 351:

From:
$this->cObj->sendNotifyEmail($plain_message, $tipData['recipient'], '', 
$tipData['email'], $tipData['name']);

To:
$this->cObj->sendNotifyEmail($subject.$plain_message, $tipData['recipient'], 
'', $tipData['email'], $tipData['name']);


Regards,
Jeroen
_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to