Quick Search for:  in language:    
code,provides,pages,allow,your,site,visitors,
   Code/Articles » |  Newest/Best » |  Community » |  Jobs » |  Other » |  Goto » | 
CategoriesSearch Newest CodeCoding ContestCode of the DayAsk A ProJobsUpload
ASP/ VbScript Stats

 Code: 196,174. lines
 Jobs: 103. postings

 How to support the site

 
Sponsored by:

 
You are in:
 

Does your code think in ink?
Login


 

 


Latest Code Ticker for ASP/ VbScript
Server Side PDF
By Igor Krupitsky on 11/20


Click here to see a screenshot of this code!Multiple Web Sites on one IP
By Richard J Mackey on 11/20

(Screen Shot)

Click here to see a screenshot of this code!Multiple websites on One IP
By Richard J Mackey on 11/20

(Screen Shot)

Click here to see a screenshot of this code!Combo-Box with Auto-Complete
By Mark Kahn on 11/18

(Screen Shot)

Click here to see a screenshot of this code!RegEx pattern match in VBScript
By moppy on 11/18

(Screen Shot)

Click here to see a screenshot of this code!Text-to-Speech in MS Outlook
By Nick Sumner on 11/18

(Screen Shot)

Click here to see a screenshot of this code!Rapid Classified Board v1.0 (beta)
By Gurgen Alaverdian on 11/17

(Screen Shot)

Adjust a GIF's Hue/Sat/Lum
By Mark Kahn on 11/17


Search Engine
By vsim on 11/17


Click here to put this ticker on your site!


Add this ticker to your desktop!


Daily Code Email
To join the 'Code of the Day' Mailing List click here!

Affiliate Sites



 
 
   

ASP Mailing List v1.0

Print
Email
 
winzip icon
Submitted on: 5/29/2003 9:56:08 PM
By: Grahame Coyle 
Level: Intermediate
User Rating: By 7 Users
Compatibility:ASP (Active Server Pages), HTML

Users have accessed this code 3895 times.
 
(About the author)
 
     This code provides a set of pages to allow your site visitors to Subscribe or Unsubscribe to mailing lists on your site. Administration functions are provided to; manage the list members, manage available mailing lists, manage archived emails you send using the code, manage the signature for the emails, manage the 'From' email address for the emails, and send bulk email to the list members using CDONTS.

 
Can't Copy and Paste this?
Click here for a copy-and-paste friendly version of this code!

    '**************************************
    ' for :ASP Mailing List v1.0
    '**************************************
    Copyright 2003 Grahame Coyle. All rights reserved, all wrongs denied. No warranty implied or included.
winzip iconDownload code

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. Afterdownloading it, you will need a program like Winzip to decompress it.

Virus note:All files are scanned once-a-day by Planet Source Code for viruses,but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:
1)Re-scan downloaded files using your personal virus checker before using it.
2)NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

If you don't have a virus scanner, you can get one at many places on the net including:McAfee.com

 
Terms of Agreement:   
By using this code, you agree to the following terms...   
1) You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.   
2) You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
3) You may link to this code from another website, but ONLY if it is not wrapped in a frame. 
4) You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.


Other 2 submission(s) by this author

 

 
Report Bad Submission
Use this form to notify us if this entry should be deleted (i.e contains no code, is a virus, etc.).
Reason:
 
Your Vote!

What do you think of this code(in the Intermediate category)?
(The code with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor See Voting Log
 
Other User Comments
5/30/2003 10:33:26 AM:
great piece of code! nice/clean 
interface, very user friendly! no 
errors! great job!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
6/2/2003 9:00:39 AM:
Looks great Graham, thanks. it is 
almost perfect for what I would like, 
easily to integrate into website. How 
about drop down box for list selection?
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
6/6/2003 4:31:23 AM:
Offline -- works fine!!! For some 
reason it wont add a record when I run 
your script online. Any ideas??? I can 
log into the admin section but i wont 
pick up the new record i have added. 
Maybe it wont allow me on my server. 
Any ideas???? Great code anyway.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
6/8/2003 12:54:23 AM:
Awesome Job... Works Great... 5 Stars 
from me. I was wondering, how hard 
would it be to add more fields to this 
app. such as Full Name, address, city, 
zip, telephone no., etc. This would be 
so ideal if it had just a little more 
control panel additives. Any chance of 
you putting up another 
version.
Great Work - Thanks
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
6/9/2003 2:04:48 AM:
Rated 5 stars, excellant code, EASY TO 
USE! However I have a problem... 
:)
(i'm still working on it, but I'm 
up for any suggestions)
I have 
installed the script, tried using the 
global.asa option and both DSN-less 
options, but neither seem to acctualy 
"work." 
i.e I will click on delete 
and it acctualy doesn't delete, but it 
says it has. I will attempt to add 
something, it says it has added it, but 
it acctualy doesn't. Any ideas?
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
6/10/2003 4:56:34 AM:Grahame Coyle
If the escript appears to be working 
but isn't actually changing records 
then I'd suggest that this is probably 
a permissions problem. To start with, 
in the '_configuration.asp' page try 
commenting-out line 29 On Error Resume 
Next. That way you should get a 
meaningful error message to help work 
out what's stopping the records being 
changed in the database. Let me know 
how you get on.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
6/10/2003 8:25:34 PM:Grahame Coyle
I've now posted a new version of this 
script, available 
at...
http://www.planet-source-code.c
om/vb/scripts/ShowCode.asp?txtCodeId=839
9&lngWId;=4
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
6/30/2003 7:58:42 PM:Mark Kahn
one reccomendation:  use cdosys instead 
of cdonts.  cdonts is outdated and 
isn't even available by default in win 
2003.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
7/1/2003 3:38:19 AM:Grahame Coyle
I'll be posting a new version (v1.2) 
shortly and I'll see if I can 
encorporate that as an option. TIA
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/2/2003 9:54:21 AM:Ken Ashton
Graham, Awe-inspiring example of 
clarity and good design. Thank you for 
sharing it. I'm green with envy at the 
way you dealt with problems of 
interfacing deceivingly difficult 
concept to the user. Ken
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
Add Your Feedback!
Note:Not only will your feedback be posted, but an email will be sent to the code's author in your name.

NOTICE: The author of this code has been kind enough to share it with you.  If you have a criticism, please state it politely or it will be deleted.

For feedback not related to this particular code, please click here.
 
Name:
Comment:

 

Categories | Articles and Tutorials | Advanced Search | Recommended Reading | Upload | Newest Code | Code of the Month | Code of the Day | All Time Hall of Fame | Coding Contest | Search for a job | Post a Job | Ask a Pro Discussion Forum | Live Chat | Feedback | Customize | ASP/ VbScript Home | Site Home | Other Sites | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright© 1997 by Exhedra Solutions, Inc. All Rights Reserved.  By using this site you agree to its Terms and Conditions.  Planet Source Code (tm) and the phrase "Dream It. Code It" (tm) are trademarks of Exhedra Solutions, Inc.