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.

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to