SitePoint Sponsor |
|
User Tag List
Results 1 to 6 of 6
Thread: email education
-
Apr 19, 2005, 00:46 #1
- Join Date
- Apr 2005
- Posts
- 3
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
email education
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
-
Apr 19, 2005, 05:55 #2
- Join Date
- Jul 2004
- Location
- Nigeria
- Posts
- 1,737
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I would advice 2things
1. Get a db of registered users
2. Get a webmailer script
-
Apr 20, 2005, 22:31 #3
- Join Date
- Apr 2005
- Posts
- 3
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
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
-
Apr 20, 2005, 22:45 #4
- Join Date
- Nov 2004
- Location
- Nelson BC
- Posts
- 2,310
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
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.
-
Apr 20, 2005, 23:20 #5
- Join Date
- Feb 2005
- Location
- Lahore, Pakistan
- Posts
- 96
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
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...!!
-
Apr 20, 2005, 23:23 #6
- Join Date
- Oct 2004
- Location
- Birtley, UK
- Posts
- 2,439
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
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