## the email address from the webpage form code. If in doubt, ##################### ## hardcode the email address into the script by excluding the ##################### ## 'listemail' parameter from the webpage form script code, and ##################### #### $LIST_EMAIL = "reaction"; $LIST_EMAIL .= "\@"; $LIST_EMAIL .= "optionalreaction.com"; #### $LIST_EMAIL = q(reaction@optionalreaction.com); #### ... $WEBPAGE_COMPONENT[7] = "

[Expected email frequency is: MONTHLY VARIABLE]"; $WEBPAGE_COMPONENT[8] = "

[No further action is required]"; $WEBPAGE_COMPONENT[9] = "

[Your email address will not be sent, given, or sold, to any third party]"; ... ##
## $WEBPAGE_COMPONENT[1] = "'

has been ADDED to

'"; $WEBPAGE_COMPONENT[2] = "'

has been REMOVED from

'"; ##
## my %messages = ( Add => 'ADDED to', Remove => 'REMOVED from', ); $ACTION_MESSAGE = "'

has been $messages{$action}

'";