[FLOW3-general] Class 'TYPO3\SwiftMailer\Message' not found

Maurizio Monticelli rugbymauri at gmail.com
Tue Jan 15 12:13:36 CET 2013


Hi

i'm using Flow3 1.1.
When i try to send a mail with SwiftMailer i got a "Class not found" error.

I don't understand why!
Could it be that SwiftMail is not compatible with Flow3 1.1? I found 
"Flow" (instead of "FLOW3") namespaces in the SwiftMailer code.

Here is my mail code.

         $mail = new \TYPO3\SwiftMailer\Message();
         $mail->setFrom(array('me at mail.com ' => 'Me'))
             ->setTo(array('you at mail.com ' => 'You'))
             ->setSubject('New comment')
             ->setBody('Hallo')
             ->send();

Gruss
Mauri


More information about the Flow mailing list