[Zope] dtml-sendmail tag that worked in 2.1.6 appears broken in 2.1.7

2000-06-20 Thread Shaw, Mark

Hello,

I have a site that contains the following tag:

dtml-sendmail smtphost="localhost" mailto="zope"
mailfrom="[EMAIL PROTECTED]" 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  -  [EMAIL PROTECTED]
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 )




Re: [Zope] dtml-sendmail tag that worked in 2.1.6 appears broken in 2.1.7

2000-06-20 Thread Jim Sanford

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 [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
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 PROTECTED]" 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  -  [EMAIL PROTECTED]
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 )




___
Zope maillist  -  [EMAIL PROTECTED]
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 )