home *** CD-ROM | disk | FTP | other *** search
- # HTML sample auto-responder script
- #
- # Note: Lines beginning with # are comments
- #
- # This is an example script that demonstrates how to send
- # an autoresponder message using HTML mail.
- #
- <BODY>
- <HTML>
- <B>Dear $SENDER$</B><BR>
- # The above line will be in a bold font
- <BR>
- <I>Thanks for your message regarding $SUBJECT$</I><BR>
- # The above line will be in italics
- <BR>
- </HTML>
- </BODY>
-
- %SetSubject%=RE: $SUBJECT$
- %SetContentType%=text/html; charset="iso-8859-1"
-