Diez B. Roggisch schrieb:
> Hi,
> 
> today I wanted to use TurboMail (TurboMail-2.1-py2.5) with my TG 1.0 
> head branch.
> 
> TM has worked for me flawlessly before, so I didn't expect any troubles. 
> But not this time - when giving some configuration values in app.cfg
> 
> 
> mail.on = True
> mail.server = 'smtp.server'
> mail.username = 'user'
> mail.password = 'password'
> 
> 
> I get this in my logs:
> 
> 127.0.0.1 - - "GET /admin/send_test_email HTTP/1.1" 200 3591 "" 
> "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.11) 
> Gecko/20071127 Firefox/2.0.0.11"
> 2008-01-06 14:29:36,917 cherrypy.msg INFO ENGINE: SystemExit raised: 
> shutting down autoreloader
> 2008-01-06 14:29:36,919 cherrypy.msg INFO HTTP: HTTP Server shut down
> 2008-01-06 14:29:36,924 turbomail.startup INFO Outbound mail queue 
> manager shutting down.
> 2008-01-06 14:29:36,926 cherrypy.msg INFO ENGINE: CherryPy shut down
> (TG10_trunk)meskal-2:~/projects/GH28/d3mail/d3server deets$
> 
> Any idea what happens there?

There was a programming error that created a endless recursion. 
Unfortunately, this was masked in the output for unknown reasons...

The configuration also seems to work, it might just be that the central 
"mail.on" needs to be set in app.cfg at import-time for turbomail.

Diez

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to