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

Maurizio Monticelli rugbymauri at gmail.com
Tue Jan 15 13:47:16 CET 2013


excellent

thanks!

On 15.01.2013 13:06, Steffen Wickham wrote:
> Hi Mauri,
>
> the latest version of SwiftMailer in the git repository is already
> ported to Flow 2.0.
> As history shows, the port of SwiftMailer Package start after September
> 17th 2012. So the following snapshot file would be the lastest version
> working with Flow 1.1:
> http://git.typo3.org/FLOW3/Packages/TYPO3.SwiftMailer.git/snapshot/3308b5663b4bc90f4b7de99f062c090e207c9ceb.tar.gz
>
> Greetings
> Steffen
>
>
>
> Am 15.01.13 12:13, schrieb Maurizio Monticelli:
>> 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
>> _______________________________________________
>> FLOW3-general mailing list
>> FLOW3-general at lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow3-general
> _______________________________________________
> FLOW3-general mailing list
> FLOW3-general at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow3-general



More information about the Flow mailing list