# template: rtsample1.template # # This is a template for sending mail to the Real/Time webmaster # This template demonstrates how to set a title for the form, how to # specify user feedback, and how to ensure that the message is sent to # who you expect (by specifying the TO address in custom headers). # # Specify a title for the input form and the user feedback form. # TITLE=Submit a Message to the Real/Time Webmaster # # Specify custom mail headers so that form users cannot override where # the mail is sent # MAIL_HEADER= To: webmaster@realtime.net From: @FROM@ Subject: @SUBJECT@ X-mail-agent: mailmerge v1.0 . # # This is the feedback that the user gets after submitting the form. # FEEDBACK_FORM=

Thank You!

Your message about "@SUBJECT@" has been sent.


Return to the home page. . # This defines the input form INPUT_FORM=

@TITLE@

Enter your message to the webmaster below. Please be sure to include sufficient contact information for us to respond. Thanks.
Your name:

Your email address:

Your telephone #:


Subject:

Message:

. # These define some default values to use when the fields aren't filled in. # NOTE: The "TO" variable must have a value, even if it isn't used in the # mail headers! TO=webmaster@realtime.net SUBJECT= # This defines the way in which the fields from the # input form are arranged in the e-mail message that # is produced when the input form is submitted. OUTPUT_FORM= Message to Real/Time Webmaster Name: @NAME@ Email: @FROM@ Tel: @TELEPHONE@ Subject: @SUBJECT@ @BODY@ .