Im making a site based off of wordpress for pregnancy. What I will list is 1 article for each 42 weeks during pregnancy. What I need added on to wordpress is a function to allow people to sign up to receive the article via email for each week of their pregnancy. So the DB would have to store Name, Email, Due Date. Then doing some math from due date it will automatically send out emails each week to the appropiate people for the week they are on. Also there will be 42, 1000 word articles and the appropriate one for the week would be sent out that person. Only other addition would be a place where I can send a newsletter from to everyone on the email list. Best if it was within wp-admin. If interested or have any questions please let me know. Send also an estimate price and time of completion for the job if interested. Thanks, Aaron
Hi, This sounds less like a wordpress issue and more like a "something else" issue. Wordpress would merely provide the front end but it can't possibly send out the emails (I'm fairly sure). I'm sure someone out there has a script that already does this. In my estimation your looking at a : cron (scheduled jobs), database + script situation. Either way, best wishes.
Well your close. Just need a form made to collect data that will go in Wordpress frontend. The the cron job wouldnt have anything to do with wordpress at all. But the newsletter fuction would be in Wordpress backend. Thats the only part that would really have to deal anything with Wordpress.
I've got nothing to do today so i'm gonna try to do it. PS: i don't know alot about wordpress so it probably wont be within wp-admin.