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.
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.