12 Nov
2003
12 Nov
'03
4:14 p.m.
On Wed, 2003-11-12 at 06:39, Kate Legere wrote:
"mailer" is:
<dtml-sendmail smtphost="mail.kfpl.ca"> To: klegere@kfpl.ca From: <dtml-var name> Subject: Ask a Librarian . . . </dtml-sendmail>
Don't put extra space before the mail headers. That's why it can't find your "from" field. This isn't HTML you're creating, so different rules apply as to the significance of extra whitespace. HTH, Dylan