# The action is to mail this out. The mail header is redefined # below so that a copy goes back to the sender ACTION=mail # Define some defaults and formatting settings SUBJECT=Add to KOR BCC=kmy@hiwaay.net # Adjust some of the formatting directives TITLE=Add to KOR MULTIVALUE_FORMAT=COMMAS INPUT_FORM=
Add to KOR

Add to KOR..


Be prepared to give us the following information,


Title:    
URL:
Optional Info:

Geographical Location of Resource:

City:   State/Province: 
Country: 

Comments: (no HTML tags please)

Your name:  
Your email:

. # This is the modified e-mail header. We're making the # To: From: and Reply-to: fields all point to the same # address: the @FROM@ variable. Since this is the template # used in the on-line example, I wanted it this way so # that remote users would receive the e-mail message they # mailed out (and I wouldn't be flooded with bogus "surveys"). MAIL_HEADER= To: @email@ From: @email@ Reply-to: @email@ Cc: @CC@ Bcc: @BCC@ Subject: @SUBJECT@ X-mail-agent: mailmerge v1.0 . # This is the output form. OUTPUT_FORM= Thank you for adding URL to Korean Online Resources. If you filled out your return address correctly, you will receive a copy of this via e-mail. Title: @title@ URL: @url@ City: @city@ Country: @country@ Comments: @comments@ Your Name: @name@ Your e-mail: @email@ .