#The URL to the file entitled "MailList_basic.pl" $SCRIPT_URL = "http://www.yourdomain.com/cgi-bin/mail_list/MailList_basic.pl"; #The URL to the file entitled "MailListAdmin_basic.pl" $ADMIN_SCRIPT_URL = "http://www.yourdomain.com/cgi-bin/mail_list/MailListAdmin_basic.pl"; $C_TITLE = "Your list TITLE goes here"; #Note the BACKSLASH BEFORE the "@"! $C_ADMIN_EMAIL = "your_email\@yourdomain.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. $C_SEND_HTML_FORMAT = "1"; #Everytime someone subscribes to the list, the individual specified by #$C_ADMIN_EMAIL above will receive a notification. $C_EMAIL_ADMIN_WITH_LIST_UPDATE = "1"; #When a user subscribes, do you want a "thank you" letter emailed to them? $C_MAIL_SUBSCRIBE_THANK_YOU_LETTER = "0"; #FULL OPERATING SYSTEM PATH! NO BACKSLASHES! #Ex: "/var/home/users/website/cgi-bin/maillist/test.txt #"F:/Inetpub/wwwroot/maillist/test.txt" $C_MAIL_LIST_DATA_FILE = "/home/public_html/scripts/mail_list/testlist.txt";