ASP Mailing List Software
I'm looking to start making some mailings based on email addresses that I already have in my SQL Server user database. Some mailings would be recurring, some would be one-time. The ability to import the addresses I have into the system, or read them directly from my database is ultimately important.
Does anybody have reccomendations for a particular program that will handle this?
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Asp Mailing List
I want a simple asp mailing list which only collect email addresses i mean i didnot want it to send mails...only it can just collect emails for me...
Mailing List
I have over 6,000 subscribers to my newsletter and am considering using CDOSYS to send the newsletter to them.This would create a multipart(text and html)version to be sent to everyone. Whilst the HTML is only 8kb I have the feeling that creating a page which loops over 6,000 times to produce all those emails is not very efficient.or is it? I don't exactly want to run a test and mail to almost everyone and then it fail/timeout/hang the server.
Mailing List
I am currently designing a website using HTML and ASP. However as part of my website i will be collecting peoples email addresses and sending emails to them fairly regularly. Currently the E-Mail . address are being held in an access database after being inputted from the website. if there is any way i can interface my website with Outlook or another E-Mail program to enable me to easily send the prewritten emails to the address list.
SMS Mailing List
I'm thinking about how to implement a web based SMS mailing list. The web users can subscribe / unsubscribe to the mailing list via the site and then the mailing list is used to send out SMSs containing latest offers etc. Implementing the mailing list will be relatively simple, but I have never dealt with SMS within a site before, and was wondering if there are any ways of sending SMSs using ASP Classic. (SMS = Short Message Service = Text Message)
Mailing List
i have create mailing list system using dreamweaver. i'm using asp. the system should be able to print the recipient name and address. i want to print it in the label sticker. the problem is how to set it to print in specific location. the sticker have 3 columns and 8 rows.
Automatic Mailing List
I have created a Store front with .asp & access and I would like to setup something that emails all my users on my mailing list with a Dymanic email with the weeks specials. But I would like it to happen automatically without any user interaction, say I would like to send it all the users @ 12.00am every monday. How can this be done?
Creating A Mailing List Using ASP
I'm building a website and I want to include a mailing list. I just want a form where a user could enter their email address, so I could send them more information. I assume that the best way to do this is with ASP. Right now, I'm learning ASP by testing pages using Abyss web sever with Active HTML. I have XP Home, so I can't use IIS. Here are my questions: 1. Is ASP the best way to create a mailing list 2. Can I just use excel for the database - not access 3. How do I connect to the database. I've read about using ODBC, but I think that would only work when the web server is on my computer. If I got someone to host the site for me, I don't think that would work. 4. Is there an easy way to mail to the names in the database?
Attachments From Mailing List
We have stored user registration information in an Access database, and we wish to develop an email with attachments like words document and pictures in jpeg/gif format and import the email address from the mailing list in the Access database and to send this to the user.
Double Opt In Mailing List
Here's an example of using ASP, CDO and a Microsoft Access database to create a double opt in mailing list for subscribers. It lets the user subscribe and then sends them a confirmation email with a random url that has to be clicked to confirm the subscription. I had a hard time finding a free example so I threw this together for other's searching for something to start their own with.
Asp.net Direct Mailing
can i directly mail to hotmail or yahoo acount with any asp.net code. i have an example like above but i need smtp adress for hotmail, i tried it for smtp.mail.yahoo.com but it didnt work and "authentication required" error accured here is the code: ....
'Mass-mailing' With ASP?
I just took over maintaining an ASP codebase for sending out newsletters by mail, as well as basic subscriber maintenance. Thing is working ok today, with ~200 subscribers, but there are plans on selling this 'solution' to clients with substantially higher demands; at least in the low 1000's.. Would you consider asp suitable for this purpose? Would be a definitive plus not having to use other technology, but i'm concerned about timeouts and whatnot while sending out such a batch of mail. Guess it could be made workable with tons and tons of logging, and maybe generating a client redirect every X mails, to restart/keep the script going? Or is it perhaps possible to fork off a new thread and do this as a real background task? I'm not too knowledgeable on ASP, and neither was the guy who wrote this system in the first place, unfortunately.
Mailing Labels
How can I call a report in Access from an ASP page? 1. Created mailing labels in access 2. Created shortcut to the mailing labels report and placed it in the web directory 3. This button used to work. Now it doesn't for some reason:...
E-mailing From Form
I am having problems e-mailing information gathered from a form. Origionally Flash sent all the info to an asp file that e-mailed the content to me. The problem is that the people running the server changed the server and I was informed that there is now no smtp mailer, or something like that. I don't think the server supports other languages, I think the guy said it was a domino? server running windows. I have tried writing simple html forms with php, but can't get anything to work.
Software
I am a web designer with HTML and some JavaScript knowledge. I am wanting to learn ASP to open some more doors re types of site I can do. I was thinking of buying Sitepoints "Build Your Own ASP.NET Website Using C# & VB.NET" book. (Would this book be suitable) My question is this: I am running windows xp home, do I need to upgrade to Pro edtion to use the IIS and do I also have to buy MS Access. I use Dreamweaver MX as my authoring software. Is there another way round this or are these two mentioned above a must have.
BPO Software
I am now doing a software (web)for a BPO company. Here, the customer requests or compliants are monitored by a group of people. Whenever a new request comes to database, we should be informed automaticclly and immediately, without refreshing the current running page. I thought of a frame which shows only the new requests. only the frame is refreshed. But its not working fine.i used the meta tag to refresh automatically after few seconds.Second, I thought of running a window which displays the new requests. but how can I hide that window. and display it whenever new requests come. or othewise a message box is tobe displayed when a new compliant comes.How can i know when a new item is added to databse using asp.
ASP Software
what this site is running on? I would also like to know of any PHP scripts that compare closely.
Automatic Mailing Of Log Files?
I want to know if there is a possibility of mailing the iis log files automatically,say on a daily basis. The problem i am facing now is that my web host is very busy and i need to send dozens of mails to remind him. Also tell me the security previlages needed to execute the script so that i can convey the same to my web host.... And last but not the least can we develop this script with windows nt workstation + iis 4 wihout smtp.
Mailing Lists (forums)
I have been looking for mailing list scripts, but discover that they all seem to be for "newsletter" type lists rather than debating lists. Are there any that can be used to allow all subscribers to post?
Mailing Attachements Using CDONTS/ASP
What I need it to do is, after the user fills out the form, attaches their document and clicks submit it sends an email to a specific person. I did this one time with PHP and followed a baby steps type of tutorial (Minus the attachment) so if anyone has something similar it would be greatly appreciated. The backend is ASP website running on IIS6.0 on Windows Server 2003.
E-mailing A User His/her Password
i have created a page for users to enter their details into a table,i.e. name, e-mail address and password,i also want these + other details to be e-mailed to the user when he clicks the submit button,how is this done?
Mass Mailing System
Any body guide me about how to sent 1 lakh email at a time by using cdonts.newmail
Mailing App Duplicate Problem...
I've written an email sending script to mass send to our database - some of our subscribers are subscribed to multiple list, and so when selecting the entire database, I want to ensure I don't have Duplicates. To avoid this, I am selecting the recordset of all users, ordering by Email address, sending the email, moving onto the next record and then starting a loop to keep looping until the email address is different, but it doesn't work... see example below... Code:
Best Approach For Mass Mailing
What would be the best approach to sending a mass email out without clogging the server or running the risk that emails maybe lost (possibly due to a timeout). Currently, I've been given the task with sending out a monthly newsletter to our customers (upon request of course). It is an easy task from what I can tell, simply bcc all the emails, set HTMLBody and TextBody and send it off. But, I will be sending this to 5000 clients and dont want any dropped emails. Plus, is there a way to determine failed email address (due to bad domain names, bad email address, etc) and report it to the web application?
E-mailing Form Post
I need to validate a form before it is emailed to me. I don't really understand what email functionality I have on the server (and the tech support might get back to me in about 10 years). Right now all the current forms are e- mailed using a method="post" action="http://www.website.com/cgi-bin/ mail?user@website.com", but I do not have any access to the script that is e-mailing the form data. What I would like to do is validate the form data and then e-mail it directly, bipassing the mail script I'm currently using (the /cgi-bin/ mail?user@website.com), or validate the form data and pass it to the current e-mail script.
Web Server Software
What is the best free ASP web server software to use with windows? Just that I am trying to do work at home with out internet so cant check if it is right or not.
Survey Software
Just wondering if anyone knows of any good Survey apps available in ASP, most i have seen are .NET. Also, free would would be ideal. There are lots out there, but ideally i'd liek to see one that allows for things like, "If this does not Apply, you will be sent directly to question 14", etc.
Mapping Software
Is there some good mapping software out there that integrates well with ASP apps? I need to be able to pass in several addresses, and display a route on a map with driving directions.
Auction Software
I wasn't sure where to post this question as there wasn't a general forum. I'm going to be building an auction site and I'm looking for online auction software... free or pay-for software. Something like a php, cgi or asp based web application or something else. I don't even know because I've never looked for something like this before. I found a cgi resource library (can't post a link because I'm a new user) , and I'm looking through the options, but they aren't all that great. I've also found a few other auction applications but I don't know much about them (i.e. if they are reliable, good software, still being developed, etc, etc): - xcAuction - rwAuction - Add Auction Software - SiteApps Auctions - phpBB Auction
Documentation Software
I am in need of a 'documenter' application that will analyze and document a .asp website.
Asp Forum Software
Does anyone know where I can buy asp forum software that uses indented tree view interface like msnewsgroups?
Dating Software
Do any of you guys have any experience of a plugin Dating Application. I might be needing one soon for my work. It needs to be written in asp and use MS Access. I have looked on hotscripts and although it does return a few none of them really seem to be reviewed enough for me to make a choice based on it.
Affiliate ASP Software
I am in search of a affiliate software in ASP. I need very basic things. Is about a bookstore. Have you test or use any script?
Selecting Software
I have undertaken a website revision project after not programming for about 6 years. I am beginning to set up a work environment on my pc, and have questions about the software being used verses what could be the ideal software. I am familiar with classic asp pages, not asp.net. I am also familiar MS Interdev (but am unable to locate my copy and cannot find a torrent file - is this an archaic program now?). The last thing that I'll mentioned is that I prefer to have a debugging capabilities.So the current website uses Dreamweaver 8.0, IIS 6.0, and MSSQL 2000. Question.Given my background, what software would you use to set up a work station?
Best Software For Programming ASP
What is the best or most used software for programming in ASP and/or ASP.NET? I will mostly use to program web pages. I like to know if Visual Studio .NET will allow me to program web pages using ASP and ASP.NET.
Protect Software
I'm selling asp softwares on the net and I would like to find a way of protecting these softwares with a key or something. Would you know any solution for that?
How Can I List All The Email Address From Hotmal Contact List?
How can i list out all the email address into my website from the hotmail caontact list? i am successful log in into the yahoo contact list by using serverxmlhttp and list out all the email address from the page source, but i could not access to hotmail by using the serverxmlhttp. Is any other methos can list out the email address from hotmail contact list?
Legal Mass Mailing Problems?
I am web admin for a school's website and now and again I have to send emails to those who have signed the guestbook and have consented to this. Now I have a distribution list within outlook but whenever I try to send these emails I receive different errors e.g. 'too many recipients' Does using CDONTs to dynamically send emails eliminate this problem? Are you aware of any cheap programs out there that will meet my needs? I would also like to be able to easily track and delete the emails that are no longer in use...
How To Store Multiple Mailing Addresses
I want to store multiple mailaddress like home address and shipping address. Sometimes addresses will be more than two. I am thinking about storing the details as a dictionary object....
Buliding A Complete Mailing Site
i ve a project to build a complete mailing site like hotmale or yahoo.i ve not any idea of doing this..i am a APS/PHP developer but this is a totally new project for me.so i d be thakful if some1 gives me the idea of whole setup...what kinda setup i ve to build.like Which Mailing Server (Exchange Server) and complete setup.its 'd be nice if soem1 send me any URL where i can find any tutotrial on this kinda solution.
Looking For Download Management Software
Basically, I want to create a site where users can download files for free. It's almost like a windows theme site if you've seen one of those. There's a file (zipped) that contains the files, and users can view an image to see what this "theme" would like if they downloaded it and installed it. I'd need something out of the box that: Allows user uploads Allows file rating Allows users to sort files by ratings Allows for categories and sub-categories Runs on MS SQL I can code a lot of the finer details, but I'd like something to start with to help save me some time. Cost isn't really an issue. Anyone have any ideas? I've checked hotscripts.com and aspin.com and couldn't really find anything. but maybe I missed something... or maybe you know of something.
ECommerce Software Used By Newegg?
Anybody have any idea what eCommerce software Newegg uses for their site? I know I've seen a similar design and layout on other websites making me think it's some kind of software package. Especially for a company as big as Newegg, I can see them using a third party eCommerce package.
Product Review Software
Does anyone know of any product review software written in ASP or ASP.NET It would be for a website with nothing but reviews. I don't care how simple it is... I can modify it to do what I need, but I'd like at least a place. 5 years ago when I first started building websites I found one written in CGI and it worked great.. but I can't seem to find anything like this written for ASP.
Online Registration Software
Our company will be hosting a conference soon,and I need a Online Registraion Software that can host by us in our own web server.Is there such software out there? Our buget is around $500.Please let me know which one is good.That can save me a lot of time in searching.
Image Upload Software
I have been running a photo site for 4 years. http://www.photo4me.com.we have finally outgrown our upload proceedure.I'm looking for a better way of handling our image upload. I would like the members to upload a large image, one that we can print from or let customers download.I would then like a script of some discription to make a thumbnail and grab a small section area of the image.For displaying the image on our site
ASP Rating Product Software
I am creating a store and I'm looking for a ASP rating software. Something like Amazon where you write your comments, rate the product and see how many stars. I need it to have features where I can accept the comments or at least it gets reviewed. Is there such a forum like this? Anyone know of any?
|