[Zope] Sendmail part 2: Now I get a space seperator error

Steve Smith ssmith6@bigpond.net.au
Tue, 20 Mar 2001 23:27:13 +1100


Sorry to be a pain but...

I changed my dtml by hard coding the "To:" list, now I get this error:

SMTPDataError
Error Value 501, space seperator provided without argument

Here is a simplified version of the dtml I'm using:

<dtml-sendmail mailhost="MailHost">
to: ssmith6@bigpond.net.au
from: ozrail@bigpond.net.au
subject: OzRailfan report

<dtml-in dbGetRumourByID>

Original report submitted by <dtml-var "pyStrip(fullname)"> at <dtml-var
submissiondatetime>:

<dtml-var description>
</dtml-in>

Follow up submitted by <dtml-var "pyStrip(fullname)"> at <dtml-var
submissiondatetime>:

<dtml-var description>
</dtml-in>

</dtml-sendmail>