jvanasco wrote: > TG doesn't handle email, and the class in trac broke on rev962 > > so i rewrote the whole thing > > add a few lines to app.cfg to configure, and you're good to go > > i've tested it w/sendmail - it works > > i don't have access to a non-ssl smtp server, so i can't test for that > ( i require ssl on all my boxes, and don't have them configured to > ignore it on localhost, neither do i want to do that ) > > http://dev.2xlp.com/svn/turbogears_extensions/turboemail/trunk/
Cool, you may want to use turbogears.view so that you can pass a valid TG template path and you get template plugin support for free, for example template="stan:templates.confirm_email" and you just need to pass a dict and so on. Also, that's what rails offers just to provide you a reference: http://api.rubyonrails.org/classes/ActionMailer/Base.html Keep up the enthusiastic work. ;-) Ciao Michele --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

