Kevin; I had the same need and ended up following Alberto's advice here: http://groups.google.com/group/pylons-discuss/browse_frm/thread/f4937f5fdf98e64d/3a8db9b9262cc607#3a8db9b9262cc607
Here is an example of usage: http://code.google.com/p/demisauce/source/browse/demisauce/trunk/demisauce/controllers/comment.py#149 Aaron On Jul 6, 1:51 am, Christoph Haas <[EMAIL PROTECTED]> wrote: > On Sonntag, 6. Juli 2008, kevin wrote: > > > I'm sending email from my webapp using python's builtin smtplib, but > > I'd rather the user experience not block on this sending. > > > What are your recommendations for sending email without blocking? > > I always send mails to localhost where I have an MTA (Postfix here) > running. It will accept the email instantly and queue it. Hardly any delay > that blocks the application. > > Cheers > Christoph > -- > When you do things right people won't be sure you've done anything at all. > > signature.asc > 1KDownload --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
