Commit 77c01a16 authored by Andreas Jung's avatar Andreas Jung

- Launchpad #246290: fixed backward compatibility issue

parent 023abfa1
......@@ -204,6 +204,8 @@ Zope Changes
Bugs Fixed
- Launchpad #246290: fixed backward compatibility issue
- Launchpad #245649: the Products package is now a proper
"namespace package" under the rules specified by setuptools.
......
......@@ -80,6 +80,7 @@ class MailBase(Acquisition.Implicit, OFS.SimpleItem.Item, RoleManager):
smtp_pwd=''
smtp_queue = False
smtp_queue_directory = '/tmp'
force_tls = False
lock = Lock()
# timeout=1.0 # unused?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment