On 01.08.11 06:26, gazza wrote: > Hello, > > I want to use a tool to send email notifications when events happen? > Any ideas on what the best tool to use i.e sendmail. I need to send it > to gmail and yahoo etc. >
I'm using TurboMail[1] with my pylons applications and pyramid_mailer[2] with my pyramid applications. Both are really simple to setup and run and work ok. [1] http://packages.python.org/TurboMail/ [2] http://packages.python.org/pyramid_mailer/ -- 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.
