[ZCM] [ZC] 2063/ 1 Request "Attribute error in MailHost/sendTemplate"

Collector: Zope Bugs, Features, and Patches ... zope-coders-admin at zope.org
Fri Apr 7 04:36:14 EDT 2006


Issue #2063 Update (Request) "Attribute error in MailHost/sendTemplate"
 Status Pending, Zope/bug+solution low
To followup, visit:
  http://www.zope.org/Collectors/Zope/2063

==============================================================
= Request - Entry #1 by pdeoliveira on Apr 7, 2006 4:36 am

MailHost.sendTemplate creates an attribute error for value : "_send".
Solution : 
In MailHost.py / sendTemplate(...) , replace :
self._send(mfrom, mto, messageText)
with
trueself._send(mfrom, mto, messageText)

==============================================================



More information about the Zope-Collector-Monitor mailing list