Emailing to website members Automatically

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dibyendra
Forum Newbie
Posts: 20
Joined: Tue Aug 12, 2003 2:26 am
Location: Nepal

Emailing to website members Automatically

Post by dibyendra »

How can I send a email to member automatically when membership expires to members automatically?Please Help me!!!!.
thanks all the PHP Developers in advance!
Dibyendra
toms100
Forum Contributor
Posts: 119
Joined: Wed Feb 26, 2003 10:29 am
Location: Bristol,UK

Post by toms100 »

how do you plan on making membership expire?
if you have a cron job running every day, checking when member lasts logged in, looping through database, then if it comes accross a member who hasnt for example logged in in a month it could flag its account to being expired and send them an email.
dibyendra
Forum Newbie
Posts: 20
Joined: Tue Aug 12, 2003 2:26 am
Location: Nepal

how to do that??

Post by dibyendra »

I just want to send reminder to members , certain greetings to members automatically when the event occurs.What should I have to do for that?
Thanks
Dibyendra
Post Reply