[TYPO3-english] Tip a Friend not sending subject in plaintext

Jeroen Visser | ROQUIN E-Solutions jeroen at roquin.nl
Wed Feb 18 10:04:12 CET 2009


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


More information about the TYPO3-english mailing list