- or download this
## 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 ##
+###################
- or download this
$LIST_EMAIL = "reaction";
$LIST_EMAIL .= "\@";
$LIST_EMAIL .= "optionalreaction.com";
- or download this
$LIST_EMAIL = q(reaction@optionalreaction.com);
- or download this
...
$WEBPAGE_COMPONENT[7] = "<br><br>[Expected email frequency is: MONTHLY
+ VARIABLE]";
$WEBPAGE_COMPONENT[8] = "<br><br>[No further action is required]";
$WEBPAGE_COMPONENT[9] = "<br><br>[Your email address will not be sent,
+ given, or sold, to any third party]";
...
- or download this
$WEBPAGE_COMPONENT[1] = "'</b><br><br>has been <b>ADDED</b> to<br><br>
+<b>'";
$WEBPAGE_COMPONENT[2] = "'</b><br><br>has been <b>REMOVED</b> from<br>
+<br><b>'";
- or download this
my %messages = (
Add => '<b>ADDED</b> to',
Remove => '<b>REMOVED</b> from',
);
$ACTION_MESSAGE = "'</b><br><br>has been $messages{$action}<br><br><b>
+'";