19 Aug
2007
19 Aug
'07
9:19 a.m.
FYI: The MailHost implementation on the Zope 2 trunk now uses the zope.sendmail implementation. This brings us several advantages: - integration with the Zope transaction system (no more dupe mails in case of a conflict error) - optional asynchronous delivey (using a file-system queue and a queue processor thread) - full TLS/SSL support (however this requires an extended version of zope.sendmail right now) Andreas