Search EggHeadCafe's Job Board
EggHeadCafe Silverlight WPF ASP.NET VB.NET C# Excel SQL Server SharePoint
search
MicrosoftArticlesForumsFAQs
C# .NET
VB.NET
Visual Studio .NET
ADO.NET
Xml / Xslt
VB 6.0
.NET CF
GDI+
LINQ
Deployment
Security
FoxPro
Silverlight / WPF
Entity Framework
RIA Services

WebArticlesForumsFAQs
JavaScript
ASP
ASP.NET
WCF

DatabasesArticlesForumsFAQs
SQL Server
Access
Oracle
MySQL
Other Databases

OfficeArticlesForumsFAQs
Excel
Word
Powerpoint
Outlook
Publisher
Money

Non-MicrosoftArticlesForumsFAQs
NHibernate
Perl
PHP
Ruby
Java
Linux / Unix
Apple
Open Source

Operating SysArticlesForumsFAQs
Windows 7
Windows Server
Windows Vista
Windows XP
Windows Update
MAC
Linux / UNIX

Server PlatformsArticlesForumsFAQs
BizTalk
Site Server
Exhange Server
IIS

Graphic DesignArticlesForumsFAQs
Macromedia Flash
Adobe PhotoShop
Expression Blend
Expression Design
Expression Web

OtherArticlesForumsFAQs
Lounge
Subversion / CVS
Ask Dr. Dotnetsky
Active Directory
Networking
Uninstall Virus
Job Openings
Product Reviews
Search Engines
Resumes

 

  View Other Visual Studio .NET Posts   Ask New Question  Ask New Question With Power Editor

Possible to auto-send an email to recipients from a stored list in specified intervals?
Jobi K John posted at Tuesday, May 13, 2008 4:48 AM

Is it possible using script/c# in asp.net web application. if no any other solutions?
Reply    Reply Using Power Editor
  Rank Winnings Points
November 0 $0.00 0
October 0 $0.00 0
Windows service....
Vasanthakumar D provided a rated reply to Jobi K John on Tuesday, May 13, 2008 4:56 AM

Hi,

you can create a windows serivce which will send a mail to recipents in the list...

you can set the time for service for a specific interval...

Reply    Reply Using Power Editor
  Rank Winnings Points
November 0 $0.00 0
October 6 $42.00 145

RE:Yes
Sunil Lakshkar provided a rated reply to Jobi K John on Tuesday, May 13, 2008 4:58 AM

Yes it is possible,

Using windows services you can ahieve that.

Create windows service, it will be called automatically on specified time and execute the code for sending mails.

Reply    Reply Using Power Editor
  Rank Winnings Points
November 0 $0.00 0
October 0 $0.00 0

yes, but with ..
egg egg provided a rated reply to Jobi K John on Tuesday, May 13, 2008 5:14 AM

You can do this task using windows service and doing it using timer in the service..

but the limitation is the system should be up running in order for the service to be running..

 

Reply    Reply Using Power Editor
  Rank Winnings Points
November 9 $16.00 41
October 21 $0.00 11

Check this
sri sri provided a rated reply to Jobi K John on Tuesday, May 13, 2008 5:27 AM

Hi,
You can trigger the mail in regular intervals with the help of windows service.
Windows service is a small scheduler program.

for further info about windows service visit the following links
http://www.c-sharpcorner.com/UploadFile/mahesh/window_service11262005045007AM/window_service.aspx

http://www.codeproject.com/KB/system/WindowsService.aspx
Reply    Reply Using Power Editor
  Rank Winnings Points
November 29 $0.00 6
October 0 $0.00 0

Auto-sending emails...
Rakesh Vikram provided a rated reply to Jobi K John on Tuesday, May 13, 2008 5:50 AM

Refer this link. Code is also provided. This may help you.

http://www.dnknormark.net/post/Sending-e-mails-from-your-ASPNET-app-and-maintaining-a-list-of-recipients.aspx

and

http://www.dnknormark.net/post/ASPNET-Server-Control-FeedList---List-most-recent-items-from-an-RSS-feed-as-links.aspx

Rakesh Vikram

Reply    Reply Using Power Editor
  Rank Winnings Points
November 0 $0.00 0
October 0 $0.00 0

Use Console Application to email + Scheduled Tasks to schedule
mv ark provided a rated reply to Jobi K John on Tuesday, May 13, 2008 6:08 AM

You can consider using a Console Application to send mails & the "Scheduled Tasks" Control Panel applet to schedule delivery.

This article explains how to do that with a code sample -
http://www.15seconds.com/issue/080508.htm
Reply    Reply Using Power Editor
M.V. 'Anil' Radhakrishna is a seasoned developer and a Microsoft MVP (ASP/ASP.NET). He blogs his little discoveries and Web development tips, tricks and trivia quite regularly. You can find some of his unusual code samples & snippets at his Code Gallery.
  Rank Winnings Points
November 6 $46.00 119
October 4 $66.00 225