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

What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?

0 Answers  


How do you validate the controls in an ASP .NET page?

3 Answers  


Where does the Web page belong in the .NET Framework class hierarchy?

1 Answers   Perot Systems, Visual Soft,


hi i have a problem regarding to datagrid in aspdotnet.i have a datagrid in my application.i have to place add,edit,delete buttons or links what ever it may be. now the problem is if i click on add button then the page has to redirected to another form called "xyz.aspx" and if i click on edit button the page has to redirected to another form called "abc.aspx".i am phasing the problem that if where ever i click on the datagrid the cursor goes to gv1_SelectedIndexChanged event.please tell me the solution about the code.

4 Answers   Lambent,


What is the difference between web config and machine config files?

0 Answers  






How do you create a master page?

0 Answers  


How can we apply themes to an asp.net application?

0 Answers  


Define an assembly?

9 Answers   Siebel,


Explain what a diffgram is, and a good use for one?

1 Answers  


benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks

0 Answers  


Can you set which type of comparison you want to perform by the comparevalidator control?

0 Answers  


Explain the purpose of storyboard.targetproperty.

0 Answers  


Categories