<% //#The URL to the file entitled "MailList_basic.jsp" String SCRIPT_URL = "http://www.yourdomain.com/Test/MailList_basic.jsp"; //#The URL to the file entitled "MailListAdmin_basic.jsp" String ADMIN_SCRIPT_URL = "http://www.yourdomain.com/Test/MailListAdmin_basic.jsp"; //#The name of the SMTP email server to be used. String MAIL_HOST = "your.smtpserver.com"; String C_TITLE = "The TITLE of your list here"; String C_ADMIN_EMAIL = "your_email@whatever.com"; //#Next 3 values: //# 1: True. Enable the feature. //# 0: False. Disable the feature. //#Affects only the Admin form when emailing members. If enabled, //#the option to send messages in HTML is checked by default. String C_SEND_HTML_FORMAT = "1"; //#Everytime someone subscribes to the list, the individual specified by //#C_ADMIN_EMAIL above will receive a notification. String C_EMAIL_ADMIN_WITH_LIST_UPDATE = "1"; //#When a user subscribes, do you want a "thank you" letter emailed to them? String C_MAIL_SUBSCRIBE_THANK_YOU_LETTER = "1"; //#FULL OPERATING SYSTEM PATH! NO BACKSLASHES! //#Ex: "/var/home/users/website/public_html/scripts/maillist/test.txt //#"F:/Inetpub/wwwroot/maillist/test.txt" String C_MAIL_LIST_DATA_FILE = "C:/Inetpub/wwwroot/testlist.txt"; %>