Click to See Complete Forum and Search --> : sending mail automatically


mayanksrmcem
02-19-2009, 12:12 AM
hi everybody,

i want to generate a web application which can send a mail to some body automatically, without any user interaction.

how can i develop this type of application...

please give me some suggestion...

thanks

mayank kumar
software developer

MikeOS
02-23-2009, 04:12 PM
Well under SQL Server you can set up a job that will do whatever you want it to do, including sending emails, at any time you specify and as frequently as you like.

lmf232s
03-04-2009, 04:48 PM
I would also look at creating either a windows service or a scheduled task. You can write a simple .vbs file for the scheduled task or you can create an .exe that will handle calling the db (if you need this) and emailing. You can then set this .exe to run as a windows service.