Need help with SendmailHost
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 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? Russell - -- Linux -- the OS for the Renaissance Man -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE+KrLuAqKGrvVshJQRAkKJAKCIl93mAlt6gb2rPvIk+VautxiGDQCaA5Ww ravnanmg3NAUgu/8cSHKevs= =m2jY -----END PGP SIGNATURE-----
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
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...
I think the problem is that the _send method changed between the version you're on (2.5.1) and the version I developed the product under (2.6.0). Unfortunately I don't have very easy access to the older version. A
participants (3)
-
Andrew Veitch -
Dieter Maurer -
Russell Hires