Sending mail

  • Thread starter Thread starter Franck
  • Start date Start date
F

Franck

I would like to schedule my asp.net application to
automatically send email every x days. I would like to use
a timer, but i can't figure out how to setup it. Any help
would be welcomed.
BTW my web app is newsletter system.
 
why dont you just use the scheduling service on windows to schedule a job to
call your aspx page when you want, or you could setup a windows service to
do the same, alternatively use could use wscript and do it without any exe
as shown here:

http://www.4guysfromrolla.com/webtech/072699-1.shtml

--
Regards

John Timney (Microsoft ASP.NET MVP)
----------------------------------------------
<shameless_author_plug>
Professional .NET for Java Developers with C#
ISBN:1-861007-91-4
Professional Windows Forms
ISBN: 1861005547
Professional JSP 2nd Edition
ISBN: 1861004958
Professional JSP
ISBN: 1861003625
Beginning JSP Web Development
ISBN: 1861002092
</shameless_author_plug>
 
Back
Top