[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/MailHost/README.txt updated documentation

Andreas Jung andreas at andreas-jung.com
Sun Sep 9 09:55:38 EDT 2007


Log message for revision 79539:
  updated documentation
  

Changed:
  U   Zope/trunk/lib/python/Products/MailHost/README.txt

-=-
Modified: Zope/trunk/lib/python/Products/MailHost/README.txt
===================================================================
--- Zope/trunk/lib/python/Products/MailHost/README.txt	2007-09-09 13:50:02 UTC (rev 79538)
+++ Zope/trunk/lib/python/Products/MailHost/README.txt	2007-09-09 13:55:37 UTC (rev 79539)
@@ -7,7 +7,12 @@
   Email can optionally be encoded using Base64, Quoted-Printable
   or UUEncode encoding.
 
-  MailHost provides integration with the Zope transaction system
-  and optional support for asynchronous mail delivery.
+  MailHost provides integration with the Zope transaction system and optional
+  support for asynchronous mail delivery. Asynchronous mail delivery is
+  implemented using a queue and a dedicated thread processing the queue. The
+  thread is (re)-started automatically when sending an email. The thread can be
+  startet manually (in case of restart) by calling its
+  manage_restartQueueThread?action=start method through HTTP. There is
+  currently no possibility to start the thread at Zope startup time.
 
   Supports TLS/SSL encryption (requires Python compiled with SSL support)



More information about the Zope-Checkins mailing list