Search code examples
phptypo3newslettertypo3-6.2.x

TYPO3 Newsletter Extension (Ext.newsletter) does not send Test-Newsletter?


I try to initialize the Extension newsletterfor TYPO3 6.2.25 with PHP 5.3.10. It's not direct_mail! I'll try to use: Ext.newsletter.

The extension is very easy to use. No TypoScript is needed: Documentation. For testing, use a backend user to the recipient-list. I use an HTML-Template with tables, no javascript, inline-styles. Everything is fine, but it is not possible to send me a test newsletter.

I've got the info: "Newsletter was sent", but I won't get the newsletters at my e-mail client (tried several e-mail addresses ...).

It's hard to help, but maybe I've forgot sth. important?! Thanks for reading ;) and I hope someone can help.

Maybe there's a server problem? But I'm not the server admin, so I don't know?!

screenshots: no error php errors


Solution

  • I've got it. My server administrator update the PHP-Version from 5.3.7to 5.5.10!

    The dependencies for the extension newsletteris:

    • PHP (5.3.7)
    • TYPO3 (6.1.0 - 7.99.99)
    • scheduler (6.1.0

    But PHP 5.3.7 doesn't work, in my case! Now, with PHP 5.5 it works out of the box!