[Zope] sendmail and dtml-in
Dieter Maurer
dieter@handshake.de
Thu, 13 Dec 2001 23:06:47 +0100
Stephan Goeldi writes:
> In a sendmail method, I use this strings to generate the TO:-adresses from a
> selectable list:
>
> to: <dtml-in adresse>
> <dtml-var sequence-item>,
> </dtml-in>
>
> When I select 2 recipients, it works. When I select only 1 recipient, I get
> this traceback:
Probably, "adresse" is not a sequence when you select just one
recipient...
Do you use "adresse:list" in your form?
> <!--
> Traceback (innermost last):
Please remember, that "Error type" and "Error value" form essential
information about the problem that should *ALWAYS* accompany a
traceback!
Dieter