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

Andreas Jung andreas at andreas-jung.com
Sat Aug 18 10:02:16 EDT 2007


Log message for revision 78934:
  added
  

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

-=-
Added: Products.TransactionalMailHost/trunk/README.txt
===================================================================
--- Products.TransactionalMailHost/trunk/README.txt	                        (rev 0)
+++ Products.TransactionalMailHost/trunk/README.txt	2007-08-18 14:02:16 UTC (rev 78934)
@@ -0,0 +1,69 @@
+=====================
+TransactionalMailHost
+=====================
+
+
+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.
+
+
+Requirements:
+=============
+
+- Zope 2.9+
+- zope.sendmail
+
+
+Installation:
+=============
+
+- Unpack the archive in your *Products* directory
+- restart Zope
+- create a new **TransactionMailHost** instance through the ZMI
+
+Note:
+-----
+TransactionMailHost is not (yet) an API compatible with the 
+Zope MailHost implementation. It provides only one public method
+right now:
+
+   send(fromaddr, toaddrs, message)
+
+
+Author
+======
+
+TransactionalMailHost was written by Andreas Jung 
+for ZOPYX Ltd. & Co. KG, Tuebingen, Germany.
+
+
+License
+=======
+
+z3c.sqlalchemy is licensed under the Zope Public License 2.1. 
+
+See LICENSE.txt.
+
+
+Contact
+=======
+
+| ZOPYX Ltd. & Co. KG
+| Andreas Jung
+| Charlottenstr. 37/1
+| D-72070 Tuebingen, Germany 
+| E-mail: info at zopyx dot com
+| 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