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

Steve Spicklemire steve@spvi.com
Wed, 21 Mar 2001 08:20:21 -0500 (EST)


Hi Steve,

You might try just :

<dtml-sendmail .. blah blah.. >
To: ssmith6@bigpond.net.au
From: OzRailfan@bigpond.net.au
Subject: OzRailfan report

test report
</dtml-sendmail>

if *that* gives you an error... 

I'd test smtplib.py outside of Zope to make sure it works with your
SMTP server (what SMTP server are you using?).

-steve

>>>>> "SS" == Steve Smith <ssmith6@bigpond.net.au> writes:

    SS> No, it's just there for clarity. The "To: ..." line is
    SS> directly below the sendmail (or "pre") tag in the dtml, and
    SS> also display without a space in the output screen.

    SS> Mystifying?

    SS> Steve