Tuesday, April 01, 1997

subscribers dashboard for mailing lists - code

Welcome Members of the E-Mail Marketing Digest

Subscribers' Dashboard Examples to Empty Locations

The following buttons show the various supported servers. The server matters as some discussion groups are hosted on Majordomo servers, while others are hosted on ListServ. There are plenty of others too. The commands for each server host are not the same. You'll need to know what type of list-server software is being utilized.

These buttons are empty, so the end-user needs to type in not only his or her email address, but also the list address and the list name. The slightest typing error shows the unforgiving nature of the internet and the commands fail.

A better set-up puts hidden content inside the code so that the Subscribers Dashboard can open with various elements already in place.

Tip:

  1. Select the right server from the buttons below.
  2. When in doubt, view source on this HTML page (and others) to see how everything is accomplished.
  3. For long-term security reasons, this page is not going to be kept up on the net. Get this info now.








Create an HTML form like the following:

<form method=POST action=http://www.SportSurf.Net/cgi-bin/MailServ/server> <input type=submit value="This button's description"> <input type=hidden name=errors value="err_address"> <input type=hidden name=to value="list_addr"> <input type=hidden name=list value="list_name"> </form>

Make the following substitutions in the above code:

  1. server

      One of the following:
    • listserv
    • listproc
    • majordomo
    • mlp
    • smartlist
    • subscribe

  2. This button's description
    • Suggested Name: Subscribers Dashboard for the expanded name of the service.
    • Avoid jargon and short names to lessen confusion.

  3. err_address

    • The address to which bounced messages should be sent.
    • Use your full email address please.

  4. list_addr

  5. list_name

    • The exact name of the mailing list.

Make Your Own Subscribers Dashboard for your favorite discussion groups

You can make your own subscribers dashboard without the need for your own web server. Use the SportSurf.Net server instead. Simply visit the SportSurf.Net site -- or -- build your own HTML form to kick-start the communications with the SportSurf.Net server. The HTML form can be a button place on a public or private HTML page. These instructions contain the specifics for that form. Once the dashboard is built, you don't have to remember and re-type remote server email addresses and user commands.

    Local Operations - because you have to master these various groups yourself.

  • Use a text editor to cut-and-paste the code between the snips.
  • Save the text into a new file. Create the file in an obvious place within your hard-disk drive's file directory.
  • Name the file something like, "subskey.html."
  • Make the necessary changes to the code. The section on this page tells you how to create the form. The form needs some advance knowledge so that it can remember the location and commands.
  • Connect to the intenet and have your web browser open. You have to be able to visit other sites on the web.
  • Within your web browser, use the pull-down menu and "open file" -- and select from your hard disk drive, "subskey.html."

Questions:

Please feel free to contact the List-Clerk, Mark Rauterkus, for additional help if needed.

Other Pointers

No comments: