The process in such a way that date and time will be in sql server database table , program code in windows application , in code the datetime obj is created
and set to match with table column value, if value match with current system time , task shedular should send automatically.. pls can any body help me..
Sanjeeb LenkaPosted Oct 24, 2013, 2:58 AM
Better you use Sql Job to do it........
http://databasebestpractices.com/sending-email-sql-server-agent-job-operators/
Jignesh TrivediPosted Oct 24, 2013, 1:42 AM
if you can also use SQL job instead of any C# code...
Please refer
http://technet.microsoft.com/en-us/library/ms187910.aspx
hope this will help you.
Hardik PatelPosted Oct 24, 2013, 1:03 AM
you can do this by Task Scheduler,
first create visual basic script file (.vbs) and paste in the project folder
refer attchment to create task to send mail automatically
code,
one more thing : write send mail code in page load event..
it will send mail automatically without open any link.
Hardik PatelPosted Oct 21, 2013, 7:40 AM