On Wed, Aug 11, 2010 at 6:16 AM, Bzouchir <[email protected]> wrote: > hi guys, > I am trying to setup TurboMail 3 with Pylons 1.0 > > The problem is that I am getting this error when message.send() is > been called: > > MailNotEnabledException: An attempt was made to use a facility of the > TurboMail framework but outbound mail hasn't been enabled in the > config file [via mail.on]
Thanks for asking this. I had the same problem but didn't realize it! I upgraded an app to Pylons 1.0 yesterday, but my development mode suppresses sending emails anyway so I didn't think to test TurboMail. I went with the "tm_pylons.config = config" workaround. I didn't want to modify the source code in a third-party package and then run the risk it might be installed sometime without the patch. -- Mike Orr <[email protected]> -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
