PacMail is an easy to use mailing list administrator. Uses asp and access. Get repeat traffic by having your visitors to sign up for your mailing list. PacMail takes all the work out of this for you. Subscription registration is automated. Make a few changes and in less than 10 minutes you have a fully functional mailing list utility. You can then send mail to the list at any interval you like!
News letters are part and parcel of every good site on the web today. When a web site visitor enters it's email address into the news letter input box, it is saved into the database. As more and more visitors enter their email addresses, the mailing list grows. Then when ever the you want, you can send emails in one go to all the users of your mailing list. News letters are a great way to inform web site users of latest news and information about your web site.
For those of you just getting started, be sure to check out our standard email sending script. It covers quite a bit more then this one in terms of comments and descrption. Ok... you can stop asking how to send an HTML formatted email now. We've written this sample to once and for all show you how to accomplish this much requested task.
One of the first things most people try to do with server-side code is send e-mail. It makes sense. How else can you quiickly and easily be notified when something happens on your web server or someone wants to tell you something? Well somehow ASP 1.0 shipped without the ability to send e-mail built into it! (I personally have always wondered what Microsoft was thinking when they made that decision!) Well because of it, everyone who needed to send e-mail from ASP wrote their own component. It also quickly became the most popular type of third-party component. While competition is great for driving price down (many of them are free) and for the addition of features (some of them will actually tie your shoes for you), it makes establishing a standard and sharing code with others a very frustrating job!