[Zope] Re: [ZOPE Collector] Zope Question entry: Generating a feedback form

Steve Spicklemire steve@spvi.com
Mon, 7 Feb 2000 15:57:18 -0500 (EST)


I don't know that this is the problem... but all the 
times I've heard of folks having problems with the sendmail
tag, whitespace has been the problem:

Here's one that works: (note spaces in the header area are significant!)

<dtml-sendmail smtpHost="balrog.uindy.edu">
To: <dtml-var recipient>
From: <dtml-var from>
Subject: <dtml-var subject>
Reply-To: <dtml-var replyto>

<dtml-if note>
A note was sent: <dtml-var note>
</dtml-if>

blah blah blah

</dtml-sendmail>

Good Luck!
-steve
>>>>> "Chris" == Chris McDonough <chrism@digicool.com> writes:

    Chris> I'm forwarding this to the zope mailing list in hopes
    Chris> someone can lend a hand....

    Chris> You may want to subscribe... see
    Chris> http://www.zope.org/Resources and look for the mailing list
    Chris> link... (the site's not doing so well right now, try in a
    Chris> maybe an hour or so :( )

    Chris> Your globopolis site is pretty cool!

    Chris> herder@globopolis.com wrote:
    >>  A new bug entry was added with the following information:
    >> 
    >> Title: Generating a feedback form
    >> 
    >> At: http://classic.zope.org:8080/Collector/Collector/1040/sview
    >> 
    >> Submitter: Anne Cunningham
    >> 
    >> Email: herder@globopolis.com
    >> 
    >> Description: We are test driving zope by constructing our
    >> Globopolis intranet with it. One of the intranet's primary
    >> functions will be a bulletin board, and I have tried
    >> programming a mailto form three different ways using
    >> tutorials. It has yet to work. My most recent attempt involved
    >> creating a mail host and the feedback/sendfeedback
    >> documents. However, upon submission I get an SMTP error saying
    >> that the domain must be specified. I have checked with the tech
    >> guys here and maybe they're high on smack, but I believe the
    >> host and mail addresses are correct. I have just about given up
    >> on successfully implementing any forms using zope, please throw
    >> me an innertube..

    Chris> -- Chris McDonough - Digital Creations, Inc.  Publishers of
    Chris> Zope - http://www.zope.org

    Chris> _______________________________________________ Zope
    Chris> maillist - Zope@zope.org
    Chris> http://lists.zope.org/mailman/listinfo/zope ** No cross
    Chris> posts or HTML encoding!  ** (Related lists -
    Chris> http://lists.zope.org/mailman/listinfo/zope-announce
    Chris> http://lists.zope.org/mailman/listinfo/zope-dev )