How to send auto matic emails based on scheduled tasks to
several of my clients
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
What r the asp.net list controls and diff. Between them?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP (1.0-3.0)?
What are different templates available in Repeater,DataList and Datagrid ?
What is asp.net with mvc? : Asp.Net MVC
Which property on a Combo Box do you set with a column name, prior to setting the DataSource, to display data in the combo box?
How to you can limit Access to Web API to Specific HTTP Verb?
IS IT POSSIBLE TO SET TIME FOR COOKIES?HOW IT IS POSSIBLE.
what is webservices. howit is use in our project .
What are the HTML server controls in ASP.NET?
How does exception management works in ASP.NET?
What is difference between session and application in asp net?
Which is better viewstate or session?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)