gardan06 Posted September 19, 2006 Share Posted September 19, 2006 how can i do it using PHP? is it possible? Link to comment https://forums.phpfreaks.com/topic/21270-dailyweekly-email-subscriptions/ Share on other sites More sharing options...
shocker-z Posted September 19, 2006 Share Posted September 19, 2006 yeah you would store all of the users ina database and then you would write the mail to send out and choose to send to all in the database.. you could have 2 seprate levels both weekly and monthl;y and send then out seprate news letters and loop thru all people in the database when you click send.. Link to comment https://forums.phpfreaks.com/topic/21270-dailyweekly-email-subscriptions/#findComment-94616 Share on other sites More sharing options...
gardan06 Posted September 19, 2006 Author Share Posted September 19, 2006 [quote author=shocker-z link=topic=108624.msg437200#msg437200 date=1158672361]yeah you would store all of the users ina database and then you would write the mail to send out and choose to send to all in the database.. you could have 2 seprate levels both weekly and monthl;y and send then out seprate news letters and loop thru all people in the database when you click send..[/quote]isnt there a way to send these emails automatically? Link to comment https://forums.phpfreaks.com/topic/21270-dailyweekly-email-subscriptions/#findComment-94620 Share on other sites More sharing options...
Orio Posted September 19, 2006 Share Posted September 19, 2006 If your host supports cron jobs it will be the easiest way.Orio. Link to comment https://forums.phpfreaks.com/topic/21270-dailyweekly-email-subscriptions/#findComment-94621 Share on other sites More sharing options...
gardan06 Posted September 19, 2006 Author Share Posted September 19, 2006 how can i use cron jobs in that way?p.s. nice yin/yang av ;) Link to comment https://forums.phpfreaks.com/topic/21270-dailyweekly-email-subscriptions/#findComment-94626 Share on other sites More sharing options...
Orio Posted September 19, 2006 Share Posted September 19, 2006 You make a script that sends whatever you want, and the cron runs it however you set it- Every minute, every day, every week, every hour, every month or whatever :)Orio. Link to comment https://forums.phpfreaks.com/topic/21270-dailyweekly-email-subscriptions/#findComment-94630 Share on other sites More sharing options...
gardan06 Posted September 19, 2006 Author Share Posted September 19, 2006 ok cool, ill try it.thanks. Link to comment https://forums.phpfreaks.com/topic/21270-dailyweekly-email-subscriptions/#findComment-94643 Share on other sites More sharing options...
gardan06 Posted September 19, 2006 Author Share Posted September 19, 2006 cron runs on linux only? Link to comment https://forums.phpfreaks.com/topic/21270-dailyweekly-email-subscriptions/#findComment-94881 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.