# begin template file # Lines beginning with a # sign are considered comments. # The *email-response* line below specifies that this is the email-response # section of the template file. Other sections will be described later. # The other lines are just plain text with html form variable names # enclosed in [ ] where you want the values entered by the user # printed in the email message *email-response* To:smith@indiana.edu From:[email] Subject: Question from [name] Question from [name] Supplied email address is [email] See the question below: [question] # Now begin the *success-response* section that will be displayed to # the user. Because this is being sent back to the user's browser # it must be in the form of a html document *success-response* Thank You

Thank You

Your name is: [name]
You supplied the following email address: [email]
Your question was:
[question] # end template file