[Zope] Non-blocking MailHost

Chris Withers chrisw@nipltd.com
Mon, 04 Sep 2000 09:31:15 +0100


Kapil Thangavelu wrote:
> i was think about this in regard to doing bulk email, the best i could
> think of was to response.write and than send the email. no real
> confirmation but the user gets the page and the mail hopefully gets
> sent. i was planning on doing this from python with either calls to the
> mailhost or smtplib.

What we really want is a non-blocking MailHost.

Anyone know how or want to write one?

cheers,

Chris