#!/bin/sh if [ $# != 1 ]; then destination="doc-feedback@taligent.com" else destination=$1 fi echo Content-type: text/html echo echo "Taligent Documentation Feedback" cat << END

Taligent Documentation Feedback


Please submit this form for any comments or changes you have for the online documentation.

Your email address:

Regarding document:

Comments:

Click here to mail your feedback to Taligent Documentation Support:

END echo ""