Click here to Skip to main content
15,885,309 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
i have the requirement like,sending Emails to all the users who are subscribe to the email.

I have created a table to store the list of email subscriber and created a form to create email using a text editor.

Now how can i send the email i.e email created using text editor to all user subscribed to email.

can i send the news letter in the same way?

Please help me.

Thanking you all.
Posted

1 solution

Yes you can. But you should have a better implementation.

General emails and newsletters pop-out working slightly in different ways. For example, newsletters are sending only to the subscribe users, while general emails are send to selected IDs. So in newsletters the email sent out automatically, once the newsletter is prepared.

For all of these you can use .Net Mail class.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900