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

Andreas Jung andreas at andreas-jung.com
Sat Aug 18 13:14:41 EDT 2007


Log message for revision 78961:
  more docs
  

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

-=-
Modified: Products.TransactionalMailHost/trunk/README.txt
===================================================================
--- Products.TransactionalMailHost/trunk/README.txt	2007-08-18 17:08:30 UTC (rev 78960)
+++ Products.TransactionalMailHost/trunk/README.txt	2007-08-18 17:14:40 UTC (rev 78961)
@@ -15,7 +15,7 @@
 ============
 
 - Zope 2.9+
-- zope.sendmail
+- zope.sendmail 
 
 
 Installation
@@ -28,8 +28,8 @@
   username and password are optional for SMTP AUTH
 
 
-Note
-====
+Notes
+=====
 
 TransactionalMailHost is not fully (yet) API compatible with the Zope MailHost
 implementation. It provides only one public method right now:
@@ -38,7 +38,20 @@
 
    The 'subject' and 'encode' parameters are unused right now
 
+If you need SSL/TLS support for encrypted connections, you need to install 
+a custom zope.sendmail package from svn.zope.org:
 
+   http://svn.zope.org/zope.sendmail/branches/ajung-encryption-branch/
+
+This package also **requires** that your Python is compiled with SSL
+support. You can check this yourself using an interactive Python interpreter::
+
+   > import socket
+   > hasattr(socket, '_ssl')
+   > True
+
+
+
 How does it compare to MailDropHost
 ===================================
 



More information about the Checkins mailing list