Commit 69cbcce9 authored by Andreas Jung's avatar Andreas Jung

- Launchpad #246290: fixed backward compatibility issue

parent 3ca487d9
......@@ -7,6 +7,8 @@ Zope Changes
After Zope 2.11.0
Bugs Fixed
- Launchpad #246290: fixed backward compatibility issue
- zope.testing : updated to 3.5.3
......
......@@ -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