I like rhazzy's database solution - it's clean, doesn't keep things in memory unnecessarily, and is forgiving in case the application or server restarts. I would trust that over any service provided by the mail server.
On Nov 25, 11:20 am, rhaazy <[EMAIL PROTECTED]> wrote: > I think you would have to do something like store the emails in a > database with the "date to be sent" column as what you would compare > using a timer in your application that would fire, say, every hour. > Thinking about it though I think storing emails in a database sounds > like a bad idea... Hopefully the proessionals here have a better > suggestion, I'd be very interested in learning how to do this myself. > > On Nov 25, 8:30 am, "Jeena Ajiesh" <[EMAIL PROTECTED]> wrote: > > > Hi all, > > > Can anyone give me an idea for sending message on a scheduled date. > > Im doing it in asp.net and sql server. > > My application is to send a message to the clients on the date they choose. > > Currently,the message is delivered at the moment it is send. > > But nw the option of picking the date is given for the client to send > > message. > > > Pls give ur valuable ideas,that i can work on that... > > > Regards > > Jeena > >
