[#1400] Fix

[email protected] (dejongm)
Newsgroups gmane.comp.web.zope.zwiki
Message-ID <20080131194738-0800__7553.59838153726$1201837764$gmane$org@zwiki.org>
kcleong. Thanks for your fix. Works like a charm. Here's the patch for anyone who's looking:

+---------------------------------------+

--- Mail.py     2008-01-31 22:38:27.000000000 -0500
+++ Mail.py.dist        2008-01-31 22:31:25.000000000 -0500
@@ -397,7 +397,7 @@
                 # NB doesn't work with CMFMember
                 if safe_hasattr(memberdata,'_members'):
                     member = memberdata._members.get(subscriber,None)
-            email = member.getProperty('email','')
+            email = getattr(member,'email','')
         else:
             email = ''
         return email.lower() or None

+---------------------------------------+
--
forwarded from http://zwiki.org/1400EmailOutToPloneMembersNotWorking#[email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.