home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / super / altn / md_en.exe / HTML-SAMPLE.RSP < prev    next >
Encoding:
Text File  |  2002-01-01  |  482 b   |  21 lines

  1. # HTML sample auto-responder script
  2. #
  3. # Note: Lines beginning with # are comments
  4. #
  5. # This is an example script that demonstrates how to send 
  6. # an autoresponder message using HTML mail.
  7. #
  8. <BODY>
  9. <HTML>
  10. <B>Dear $SENDER$</B><BR>
  11. # The above line will be in a bold font
  12. <BR>
  13. <I>Thanks for your message regarding $SUBJECT$</I><BR>
  14. # The above line will be in italics
  15. <BR>
  16. </HTML>
  17. </BODY>
  18.  
  19. %SetSubject%=RE: $SUBJECT$
  20. %SetContentType%=text/html; charset="iso-8859-1"
  21.