is there a framework adapter for pyramid in TurboMail yet? or can you just use the pylons one?
One of the nice things about pyramid_mailer is the fact that you stick your settings in the ini file, and you have a simple Mailer.from_settings(settings) call. oO On Mar 1, 4:36 pm, Alice Bevan–McGregor <[email protected]> wrote: > > pyramid_mailer is working great too… > > TurboMail has the advantage on being completely consistent across > platforms (e.g. a shell Python script, web framework, etc.) and it has > no external dependancies whatsoever. (Testing uses pymta as a local > fake SMTP server.) It also has a much more comprehensive Message class > and more flexible handling of addresses (strings, name/addr tuples, > lists of either) using some descriptor magic. > > — Alice. -- 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.
