views:

83

answers:

2

Hi,

Do you guys know how to write newsletter subscription in asp.net ? Is there any practice for that or we simply should use a standard way to build newsletter subscription like a table and saving e-mails into this table. When admin clicks send button of an e-mail and all the recipients get the e-mail.

Thanks.

+1  A: 

There are no fast hard rules. It all depends on what features your business requires.

I'm not sure about abroad, but in the US it's required by law (Can SPAM 2003) to give the user an unsubscribe feature.

By saving the emails in a database, you can easily automate the unsubscribe feature.

Chuck Conway
Actually it's all about people subscribed and get e-mails from the site admin. No need an advanced GUI to create e-mail. Simply a FCK editor actually is enough for all e-mail creation process.
Braveyard
Upss, That's important. Thanks.
Braveyard
+1  A: 

There's an ASP.Net Newsletter project on Codeplex. You might want to have a look at what they do for inspiration, or perhaps just use that project.

Eric J.
Wow, it looks cool. Thanks. I am now checking it out.
Braveyard