Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to send auto matic emails based on scheduled tasks to
several of my clients

Answer Posted / cjani

There are two ways you can achieve this.

1> When time is fixed for scheduler

--> Create a windows application which sends mail to the
clients when its executed
-->add it to windows scheduler(schedule Task) at specified
time

2> When you want cofigurable time for scheduler


--> Create a windows application which sends mail to the
clients when its executed
--> create a windows service add a timer to the service and
set interval to 2 mins suppose.

-->On the timer elapsed event add the code for executing
the above executable

-->before executing you can check that if the current time
is equal to the time specified by user or not..(you can get
it from database or .config file also)

-->if current time = specified time or +2-2 minutes ( as we
have specified interval of 2 minutes so its possible we may
not get exact match so matching range of + or - 2 minutes)


-->install it for scheduler using installutil.. statrt
service

So above scheduler will check after every two minutes for
the matching time and if time matches it would execute the
exe for sending mails. otherwise it would keep on checking
for matching time.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is viewstate information stored?

1139


Explain the difference between server control and html control.

985


How you can return View from ASP.NET Web API method?

1057


Which control has default post back is enabled(true)?

1123


Does google crawl redirects?

1015


Can one dll file contains the compiled code of more than one .net language?

1055


What are validators and list some validators of asp.net?

1020


How to you can limit Access to Web API to Specific HTTP Verb?

1254


Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?

1161


Is data edited in the Repeater control?

1083


How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know

1143


Write the different features of a Thread and a Process?

1204


What is a response cookie?

1169


In which event of page cycle is the viewstate available?

1075


What is a global postback url?

1006