[Zope] dtml-sendmail tag that worked in 2.1.6 appears broken in 2.1.7
Jim Sanford
jsanford@atinucleus.com
Tue, 20 Jun 2000 16:15:01 -0500
The error is saying that Zope is seeing
localHost (CAPITAL H) where your snippet
of code reads localhost (small h). Does your
actual code have a typo?
Jim
----- Original Message -----
From: Shaw, Mark <Mark.Shaw@osip.com>
To: <zope@zope.org>
Sent: Tuesday, June 20, 2000 1:39 PM
Subject: [Zope] dtml-sendmail tag that worked in 2.1.6 appears broken in 2.1.7
Hello,
I have a site that contains the following tag:
<dtml-sendmail smtphost="localhost" mailto="zope"
mailfrom="EMAIL_REQUEST@SITE.COM" subject="SITE.COM EMAIL">
...
</dtml-sendmail>
This worked fine when my server was running Zope 2.1.6. After upgrading to
2.1.7, I get the following error:
Error Type: TypeError
Error Value: unexpected keyword argument: localHost
I've made an attempt to revert to 2.1.6 to resolve this problem. However, I
noticed that I was unable to successfully pack the database after moving
all the data files from the 2.1.7 tree to the 2.1.6 tree.
Has anyone seen/resolved this problem? Any help is greatly appreciated.
-Mark
_______________________________________________
Zope maillist - Zope@zope.org
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )