[Checkins] SVN: zope.sendmail/trunk/src/zope/sendmail/README.txt Fix the description of mail:directDelivery to match reality.

Marius Gedminas marius at pov.lt
Thu Oct 25 11:20:05 EDT 2007


Log message for revision 81093:
  Fix the description of mail:directDelivery to match reality.
  
  

Changed:
  U   zope.sendmail/trunk/src/zope/sendmail/README.txt

-=-
Modified: zope.sendmail/trunk/src/zope/sendmail/README.txt
===================================================================
--- zope.sendmail/trunk/src/zope/sendmail/README.txt	2007-10-25 15:13:46 UTC (rev 81092)
+++ zope.sendmail/trunk/src/zope/sendmail/README.txt	2007-10-25 15:20:04 UTC (rev 81093)
@@ -52,16 +52,13 @@
     </configure>
 
 The ``mail:queuedDelivery`` directive stores every email in a queue (a standard
-Maildir folder on the file system in a given directory) and sends them only on
-successful transaction commits.  I'll explain the ``mailer`` parameter later.
+Maildir folder on the file system in a given directory) and sends them from a
+background thread.  There's an alternative directive, ``mail:directDelivery``,
+that sends them from the same thread.  This may slow down transaction commits
+(especially if the SMTP server is slow to respond) and increase the loading
+time of web pages.
 
-There's an alternative directive, ``mail:directDelivery``, that ignores
-transactions and tries to send the emails directly.  It is useful for (manual)
-testing, but don't use it in production if you don't want to send multiple
-copies of the same emails to your customers whenever ZODB retries a transaction
-after a ConflictError.
 
-
 Mailers
 -------
 



More information about the Checkins mailing list