Click to See Complete Forum and Search --> : Newsletters...


trumpet
03-28-2008, 12:22 AM
Hi,
How do you create the newsletters ?...I have a situation where my client wants to send letters that she creates to a group of people, is there a customized solution to this ?

I would be probably looking at the following things :

1. An interface where she can create the letter, maybe a rich text editor that supports HTML formatting, so that she can copy the HTML into the editor
2. An email manager ( just a small application that manages all the emaills, it gets the input from the newsletter signup textbox on the site
3. Finally the code to actually send the mail..

These options should cover the operations of such a newsletter rite ?, I don't have CGI installed, I only have ASP 6 running on Windows Server 2003. Can anyone point me to start off with ?

kiwibrit
03-28-2008, 11:31 AM
I create a web page structured to be read in a variety of email handlers, then go server side to do the mailing. I work in php, though, not asp.