Please click the appropriate link to the left for help on that topic.


How do I send out a message?


  1. Compose your message in any email program.
  2. Add your posting password to the subject line.
  3. Send it to <control-yourlistID@cctomany.com> for immediate distribution.

How do people get subscribed to my list?


  • If yours is a public list, you will need to add a signup form to your web site.
  • If yours is a private list, then you add subscribers via this interface. Use the "Add/Remove Recipients" link.

How do I add a subscribe/unsubscribe form to my web site?


Add a form like this to your web page(s):

<form method="POST" action="https://www.cctomany.com/su.php"><p>
<input type="text"  name="Email" size="20"><br>
<input type="radio" name="Action" value="join-1111" checked>Subscribe 
<input type="radio" name="Action" value="leave-1111">Unsubscribe</p>
<input type="hidden" name="ThanksURL" value="2222">
<input type="submit" value="Do It">
</form>

You must make two changes to the code above:

  1. On lines 3 and 4, replace 1111 with the ID of your list.
  2. On line 5, replace 2222 with the full URL of your thank-you landing page, which is displayed upon a successful submission. Be sure to say that the recipient must reply to the confirmation email to complete their subscription.

Bounces


By default, bounces will be re-directed back to the list owner, who can take the appropriate action (change or delete the address, ignore the bounce, etc.)

Click "Admin Home" to return to your list's admin interface.