How do i set my mail to automatically send to members

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
adsegzy
Forum Contributor
Posts: 184
Joined: Tue Jul 28, 2009 9:26 am

How do i set my mail to automatically send to members

Post by adsegzy »

I am designing a website and in the Amin cPanel, I have the list of messages i want to be sending to my member. Some of the mails are;

Activation Remainder: this mail should go to any registered member who does not confirm his registration after 21 days of registration.

Weekly Newslatters: this one will always go to all members every monday by 8.00am

and so on.

kindly help.
rahulzatakia
Forum Commoner
Posts: 59
Joined: Fri Feb 05, 2010 12:01 am
Location: Ahmedabad

Re: How do i set my mail to automatically send to members

Post by rahulzatakia »

you need to set up a cron file which will execute automatically.
In this file you can write any code you need to execute.
Post Reply