Hi,

gehts dir nur um den Text der Mail?
-------------
/* @var $template Tx_Fluid_View_StandaloneView */
$template = t3lib_div::makeInstance('Tx_Fluid_View_StandaloneView');
$template->setTemplateSource(template);
$template->assign('data', $bookingData);

$mailContent = $template->render();
---------------

mit setTemplateSource() kannst du direkt das html mit den fluid platzhaltern übergeben oder du nimmst setTemplatePathAndFilename() und übergibst den pfad zu einer template datei

Georg
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an