The ASP Emporium
Free Active Server Applications and Examples by Bill Gearhart
Online since Friday January 7, 2000

 home > code > classic asp apps > ListServ Object

enter a phrase to search:(advanced search)


 h o m e 

 w h a t 's  n e w 

 a l l   c o d e 
  .net:
    • Fundamentals
    • C# Classes
  classic asp:
    • Code Library
    • ASP Apps
  general:
    • Tutorials
    • SQL

 d o w n l o a d s 

 u s e r   f o r u m s 

 l i n k s 

 s e a r c h 

 s u p p o r t 


ListServ Object

This example allows an administrator to create and send an email newsletter to a group of people (listed in a database) who have agreed to receive mail by entering an email address.

(For use with the mailing list and autoresponder example.)

with this system you can:
  • create, review and send an email message to subscribers
  • review current subscribers (includes options to review, add and delete subscribers)
  • store old newsletters into text files
  • automatically number new newsletters
Usually this type of system would only be available to the administrator and restricted from casual viewing.

This is a demo version and will not mail your message to anyone (instructions are in the source code to enable certain features to allow the system to work on your server). I did this because I don't want everyone who entered an address in the autoresponder example to get spammed 1000 times.

Start The System


Available Options:

create message to be mailed to all recipients
review (view/delete) recipients
add recipients
home