Hi everyone,
I want to build an email education site.How can i automatically send course materials one after other to a subscribed person daily.any help is much appreciated
Thanx in advance,
completelynew
| SitePoint Sponsor |
Hi everyone,
I want to build an email education site.How can i automatically send course materials one after other to a subscribed person daily.any help is much appreciated
Thanx in advance,
completelynew





I would advice 2things
1. Get a db of registered users
2. Get a webmailer script
i have a database of registerd users and code to send mail to the registered user. But how will i send one mail(course material) per day, daily to the user till the course get over.All these have to be automatically done..Pls help me out





If you can make a web page that sends out the material, it shouldn't be too hard to use a scheduling program (eg task scheduler in windows) to open that page once/day.
This can be easily done by threading in Asp.net as far as ASP is concern DTS packages in SQL Server or as jimfraser suggested windows task scheduler can do this.
Nawaz Ijaz [Lahore, Pakistan]
Boy: He is big..i wont like to fight him...
Achilles: Thatz Y no one wud remember u after thousand years...!!





there is a way, all you do is name all your material files by numbers, ie 1, 2, 3, 4 etc
Now each time the user is sent one, it knocks up a counter so the next time it will send the next material.
I'll write ya a script when I get to work ( getting ready at the moment )
Speak then
Gavin
Bookmarks