[TYPO3-german] thmailformplus Email mit Attachment
Andreas Kießling
andreas.kiessling at web.de
Wed Apr 28 22:08:00 CEST 2010
Hallo Thomas,
wir hatten den Fehler auch vor langer Zeit... Dabei hat dieser Thread
geholfen:
http://www.typo3.net/forum/list/list_post//78432/?page=1&sword=mailformplus%20attachment#pid289429
-> Um Zeile 2456
$attachPath = "uploads/tx_thmailformplus/";
if(is_array($attachment) && !empty($attachment)) {
foreach($attachment as $file) {
if($file != "") {
$file = $attachPath . trim($file);
$emailObj->addAttachment($file);
}
}
}
Würde dir aber empfehlen auf Formhandler, den Nachfolger von
mailformplus, umzusteigen. Ist deutlich flexibler und wird aktiv
weiterentwickelt.
http://forge.typo3.org/projects/show/extension-formhandler
HTH,
Andreas
More information about the TYPO3-german
mailing list