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

Answers were Sorted based on User's Feedback



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

Answer / vinayak chauhan

One more way is that, you can create a windows service and
install it on your server.

In windows services you can place a timer so you can
configure a time for execution.
:)

Is This Answer Correct ?    5 Yes 0 No

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

Answer / 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

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

Answer / jerry joseph

use webservice

Is This Answer Correct ?    1 Yes 1 No

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

Answer / tiger skumar

we can achieve this either in the windows application with
the windows schedule task or sql server 2005.

Is This Answer Correct ?    1 Yes 1 No

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

Answer / sharf

How with Webservices and how with windows schedular and
sqlserver2005 plz?

Is This Answer Correct ?    0 Yes 0 No

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

Answer / venkat

Thank u very much
But in the case of Web Apps how to approach this,how to
send mails to several of my clients with out click event or
with out execution like www.123greetings.com

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

About friend and Protected friend ?

3 Answers   MMTS,


When is an object collected by the Garbage Collector? [Four options were given]

1 Answers   ABC,


cr8 2 datatables into one dataset DYNAMICALLY (no backend database used like sql,etc.,) with following columns 1st datatable with columns studentNo studentName Deptno 2nd datatable with columns Deptno DeptName DeptAddress add data to both the tables Dynamically and merge these tables into one table and display it in Grid view as studentNo studentName Deptno DeptName DeptAddress

1 Answers   SQL Star,


What is data reader in asp.net?

0 Answers  


Explain the difference between server control and html control.

0 Answers  


suppose we have two object;obj1 and obj2 can we assign obj2 to one1; and if yes; then after assigning suppose we delete obj2 then obj1 will retain obj2 value or not.

3 Answers  


What is viewstate?

5 Answers   Microsoft,


Explain how can you debug your .net application?

0 Answers  


diff between Server.Transfer() and Server.Execute()

1 Answers  


About CLS and CTS?

8 Answers   Microsoft, Syncfusion,


When is validation done on the client? How does client-side validation improve the efficiency of an application?

1 Answers  


# What is the transport protocol you use to call a Web service?

1 Answers  


Categories