Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i stored data in registration table in this one column email.i want to send mail to all regisered people using emailid.i want to send emails by using windows services. how can i retrieve emails from registration table how to send them please provide solution fro this.
Posted
Comments
[no name] 14-Jun-14 8:37am    
A solution to what? A solution to your repost? Create a windows service, get the data from your database, create your "email" and send your email.

1 solution

See this blog
Has very good explanation over your query

Send Auto Notification Using Windows Service[^]


Hope this helps, If yes then accept and vote this answer
 
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