[Zope] Need help with SendmailHost
Dieter Maurer
dieter@handshake.de
Sun, 19 Jan 2003 19:22:56 +0100
Russell Hires wrote at 2003-1-19 09:15 -0500:
> I downloaded and installed SendmailHost, but when I use it with the
> <dtml-sendmail> tag, I get the following error:
>
> Zope Error
>
> Zope has encountered an error while publishing this resource.
>
> Error Type: TypeError
> Error Value: _send() takes exactly 4 arguments (3 given)
>
> I don't know what the 4 arguments could be...if necessary, I can post the
> traceback, and the dtml that I used to get this error...
>
> Anyone have a solution?
A modification in Zope 2.6.x broke "SendmailHost".
Your options:
1. Go back to Zope 2.5.1
2. Check whether there is a new "SendmailHost" version compatible
with Zope 2.6
3. Look at the sources and find out what the new parameter
should be and change "SendmailHost" such that it passes
the additional parameter.
Dieter