In my project , i have a functionality “Remind me daily” which is a checkbox
if a user sets the option checked , an email is to be sent daily using the database mail SQL Server 2008 untill a particular condition is met .
Please suggest how can i accomplish this ?
In my project , i have a functionality Remind me daily which is a
Share
It is possible, by a combination of a SQL Agent job and
sp_send_dbmail. But I would recommend using SQL Server Reporting Service instead. It has the capability to create data driven subscriptions and deliver them by email.