<% Dim SCRIPT_URL, ADMIN_SCRIPT_URL, C_TITLE, C_ADMIN_EMAIL, C_EMAIL_ADMIN_WITH_LIST_UPDATE Dim C_MAIL_LIST_DATA_FILE, C_MAIL_SUBSCRIBE_THANK_YOU_LETTER, C_SEND_HTML_FORMAT '#The URL to the file entitled "MailList_basic.asp" SCRIPT_URL = "http://www.yourdomain.com/whatever/MailList_basic.asp" '#The URL to the file entitled "MailListAdmin_basic.asp" ADMIN_SCRIPT_URL = "http://www.yourdomain.com/whatever/MailListAdmin_basic.asp" C_TITLE = "The TITLE of your list here" C_ADMIN_EMAIL = "youremail@yourdomain.com" '#The following should have the values of either: '# "True" : Enabled the feature '# "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. C_SEND_HTML_FORMAT = "False" '#Everytime someone subscribes to the list, the individual specified by '#C_ADMIN_EMAIL above will receive a notification. C_EMAIL_ADMIN_WITH_LIST_UPDATE = "False" '#When a user subscribes, do you want a "thank you" letter emailed to them? C_MAIL_SUBSCRIBE_THANK_YOU_LETTER = "False" '#FULL OPERATING SYSTEM PATH! NO BACKSLASHES! C_MAIL_LIST_DATA_FILE = "D:/Inetpub/wwwroot/scripts2/mail_list/test.txt" %>