Lukasz Szybalski schrieb:
> How can I plug in turbomail to tg2?
> 
> ---------------------------
> 1. easy_install turbomail
> 
> 2. then..........
> .......
> do some config stuff????????????????
> .........then......

Put the following in development/deployment.ini:

mail.on = true
mail.manager = immediate
mail.brand =
mail.transport = smtp
mail.smtp.server = your.mail.server
mail.smtp.debug =
mail.encoding = utf-8
mail.utf8qp.on = true

Note that setting boolean values to "false" does not work because TM
expects that the values are evaluated as bool, but this happens only in
TG1, not in TG2 (see http://trac.turbogears.org/ticket/2240).

Also note that if you use TM3, you should use the current trunk.

-- Christoph

--~--~---------~--~----~------------~-------~--~----~
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