Sending Periodic Emails Using PHP

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
waq2062
Forum Newbie
Posts: 1
Joined: Mon Sep 29, 2008 4:12 pm

Sending Periodic Emails Using PHP

Post by waq2062 »

Hi All

I want to send weekly emails using PHP, My website is hosted in windows server and I am using Plesk control panel. can anyone tell me how can I do that..

Thanks a lot.
User avatar
The_Anomaly
Forum Contributor
Posts: 196
Joined: Fri Aug 08, 2008 4:56 pm
Location: Tirana, Albania

Re: Sending Periodic Emails Using PHP

Post by The_Anomaly »

Scheduled tasks running a php script, perhaps?
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: Sending Periodic Emails Using PHP

Post by alex.barylski »

Use a newsletter service or autoresponder.

phpList is probably best known open source solution.
Post Reply