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

Andreas Jung andreas at andreas-jung.com
Sat Aug 18 13:44:40 EDT 2007


Log message for revision 78964:
  updated documentation
  

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

-=-
Modified: Products.TransactionalMailHost/trunk/README.txt
===================================================================
--- Products.TransactionalMailHost/trunk/README.txt	2007-08-18 17:40:19 UTC (rev 78963)
+++ Products.TransactionalMailHost/trunk/README.txt	2007-08-18 17:44:39 UTC (rev 78964)
@@ -4,11 +4,15 @@
 
 
 What is TransactionalMailHost
-===========================
+=============================
 
 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.
+TMH provides a similar functionality like MailDropHost (written by Jens
+Vagelpohl) however it does not require an external process for delivering
+queued emails. The intentional use of TMH are Zope sites with low-volume email
+traffic.
 
 
 Requirements
@@ -38,6 +42,11 @@
 
    The 'subject' and 'encode' parameters are unused right now
 
+The send() method accepts a RFC-822 compliant email message. TMH won't
+do any magic to headers (like Mailhost does). This up to the application
+to provide a properly formatted message.
+
+
 If you need SSL/TLS support for encrypted connections, you need to install 
 a custom zope.sendmail package from svn.zope.org:
 



More information about the Checkins mailing list