[#1400] fix (probably)

[email protected] (kcleong)
Newsgroups gmane.comp.web.zope.zwiki
Message-ID <20080131021840-0800__40986.4830355675$1201774814$gmane$org@zwiki.org>
I had the same problem in ZWiki 0.59 using Plone 2.5.3. After debugging Mail.py in ZWiki, I think I've got it fixed (at least for me). The function "emailAddressFrom" (line 378) retrieves the address using:

email = getattr(member,'email','') # line 409 in Mail.py

The getattr returned nothing, getProperty returned a e-mail address from the member.

email = member.getProperty('email','') # works!!

--
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.