[Neos] Problems with TYPO3.SwiftMailer

Marcin Ryzycki marcin at ryzycki.com
Tue Sep 16 20:14:00 CEST 2014


Did you configure TYPO3.SwiftMailer? I noticed if you don't configure 
it, it just quietly do nothing ;-)

Example config from my global Settings.yaml:

TYPO3:
   SwiftMailer:
     transport:
       type: 'Swift_SmtpTransport'
       options:
         host: 'smtp.mandrillapp.com'
         port: '465'
         username: 'your at login'
         password: '*****'
         encryption: 'ssl'

Hope it helps.
M.


Giovinco Neos wrote:
> Hi,
>
> so i have installed the right package for neos:
> git clone git://git.typo3.org/Packages/TYPO3.SwiftMailer.git
> and got no blank site because I didnt delete the package from:
> git clone git://github.com/swiftmailer/swiftmailer.git
> but the second one is definitly the wrong one, problem if i delete ist
> the site ist blank.
> but the main Problem ist still there..I cant get any Email.
>
>


More information about the Neos mailing list