[Checkins] SVN: Products.TransactionalMailHost/trunk/README.txt updated

Andreas Jung andreas at andreas-jung.com
Sat Aug 18 10:14:20 EDT 2007


Log message for revision 78938:
  updated

Changed:
  U   Products.TransactionalMailHost/trunk/README.txt

-=-
Modified: Products.TransactionalMailHost/trunk/README.txt
===================================================================
--- Products.TransactionalMailHost/trunk/README.txt	2007-08-18 14:12:09 UTC (rev 78937)
+++ Products.TransactionalMailHost/trunk/README.txt	2007-08-18 14:14:20 UTC (rev 78938)
@@ -6,9 +6,9 @@
 What is TransactionMailHost
 ===========================
 
-TransactionalMailHost is yet another MailHost implementation.
-It integrates with the transaction system of Zope in order
-to send out email  only in case of a committed transaction.
+TransactionalMailHost is yet another MailHost implementation.  It integrates
+with the transaction system of Zope in order to send out email  only in case of
+a committed transaction. TMH currently supports standard SMTP and SMTP AUTH.
 
 
 Requirements
@@ -24,13 +24,15 @@
 - Unpack the archive in your *Products* directory
 - restart Zope
 - create a new **TransactionMailHost** instance through the ZMI
+- configure your SMTP host, port within the ZMI.
+  username and password are optional for SMTP AUTH
 
+
 Note
 ====
 
-TransactionMailHost is not (yet) an API compatible with the 
-Zope MailHost implementation. It provides only one public method
-right now:
+TransactionMailHost is not (yet) an API compatible with the Zope MailHost
+implementation. It provides only one public method right now:
 
    send(fromaddr, toaddrs, message)
 
@@ -71,10 +73,3 @@
 | Web: http://www.zopyx.com
 
 
-Credits
-=======
-
-Parts of the code are influenced by z3c.zalchemy (Juergen Kartnaller, Michael
-Bernstein & others) and Alchemist/ore.alchemist (Kapil Thangavelu). Thanks to
-Martin Aspeli for giving valuable feedback.
-



More information about the Checkins mailing list