[Zope] sendmail Traceback

Andrew Veitch andrew@logicalprogression.net
Tue, 29 Oct 2002 17:54:17 +0000


You're probably indenting within the tag:

<sendmail>
   To: address
</sendmail>

Instead of:

<sendmail>
To: address
</sendmail>

It took me quite a while to work out when we had the same error!

A

--=20
Logical Progression Ltd, 3 Randolph Crescent, Edinburgh, EH3 7TH, UK
Tel: +44 (0)131 466 9585 Web: http://www.logicalprogression.net/


On 29/10/02 2:59 pm, "Stephan G=F6ldi" <goeldi@goeldi.com> wrote:

> I get this traceback when I use the sendmail tag:
>=20
> Error Type: TypeError
> Error Value: len() of unsized object
>=20