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
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an