20 Mar
2001
20 Mar
'01
12:27 p.m.
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>