Friday, March 16, 2012

News Letter

Any has any idea of how to write, send, store newsletter to email addresses from database.
How to store email address?
What software we use for newsletter?
I dont know anything about news letter.Hey,

If you have Office, use Word to do a newsletter. Store the email address of who it goes to and the path to the newsletter in the database, then write a program or manually send out the newsletter based on the email addresses there. You probably don't have to store the path to the newsletter if you are doing only one a month.

Brian
I have my newsletter written in HTML.
I have all the email addresses stored in database.
I want to use asp.net to send the newsletter.
For sending to multiple email addresses, stored in a database:

http://aspnet101.com/aspnet101/tutorials.aspx?id=15 (actually two different tutorials on this - two different ways of doing it.

for reading an HTML based text file:
http://aspnet101.com/aspnet101/aspnet/codesample.aspx?code=wishes

0 comments:

Post a Comment