Mailing List Customization
Posted by: user919
Posted on: 2004-02-17 15:08:00
I have a mailing list that I've done nothing to for a while. I vaguely remembered that there had been changes in the mailing list policies/function and today I decided to test it. I found a couple of things that I did not like and am hoping sincerely to be able to modify:
When someone subscribes, instead of immediately going to the confirmation page I have set in the html, it goes to the new confirmation page (http://scripts.dreamhost.com/add_list.cgi)
^that page says that they'll receive a mail to verify their desire to subscribe. The email that comes requires them to click a dreamhost link to verify.
those 2 points I'd sure like to change to show my domain name and pages instead of DH's and the kbase mailing list info is dated 2001 and 2002?! Can I do it? If so, how? Current markup:
<form method="post" action="http://scripts.dreamhost.com/add_list.cgi">
<input type="hidden" name="list" value="newsletter" />
<input type="hidden" name="url" value="http://mydomain.com/interim/subscribed.php" />
<input type="hidden" name="unsuburl" value="http://mydomain.com/interim/unsubscribed.php" />
<input type="hidden" name="alreadyonurl" value="http://mydomain.com/interim/alreadyon.php" />
<input type="hidden" name="notonurl" value="http://mydomain.com/interim/noton.php" />
<input type="hidden" name="invalidurl" value="http://mydomain.com/interim/invalid.php" />
<input type="hidden" name="emailconfirmurl" value="">
<input type="hidden" name="domain" value="mydomain.com">
<input type="hidden" name="emailit" value="1">
<p><strong>Name</strong>:<br /><input name="name" style="width:200px;" />
<p><strong>E-mail</strong>:<br /><input name="address" style="width:200px;" /><br /><br />
<input type=submit name="submit" value="subscribe" />
<input type=submit name="unsub" value="unsubscribe" />
</form>
jason