how to create newsletter in asp.net
-
hi , i want to create newsletter in my webapplication ..can any one tell me idea behind this and site which have examples for creating newsletter .. Thanx in advance ,
pallavi
-
hi , i want to create newsletter in my webapplication ..can any one tell me idea behind this and site which have examples for creating newsletter .. Thanx in advance ,
pallavi
I remember there was opensource website called DiggerSolutions. It had open source components in ASP for both Intranet application and Newsletter.
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
-
hi , i want to create newsletter in my webapplication ..can any one tell me idea behind this and site which have examples for creating newsletter .. Thanx in advance ,
pallavi
You can create mail template files for the newsletter mails. Put some controls like
label
orliteral
on the areas where you need to change the values. Now pass the values to the page and get the rendered HTML code. Send this in the mail. Alternative approach would be keeping the mail HTML in some files(XML) and adding the variable values as tags. Replace the tags with actual value when sending mail. Even you can provide option to the user to add new newsletter and template.
-
I remember there was opensource website called DiggerSolutions. It had open source components in ASP for both Intranet application and Newsletter.
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
Hi Vasudevan, Thank you for your help ..:)
pallavi