Problem to send a mass mail

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
harshmail24
Forum Newbie
Posts: 4
Joined: Thu Nov 20, 2008 4:58 am

Problem to send a mass mail

Post by harshmail24 »

I am workin on the email marketting project can any body help me to send the mass mail project.
User avatar
jaoudestudios
DevNet Resident
Posts: 1483
Joined: Wed Jun 18, 2008 8:32 am
Location: Surrey

Re: Problem to send a mass mail

Post by jaoudestudios »

How big is mass email?

If it is not too many you could use the built-in php mail function, otherwise if you are sending hundreds then maybe look into PEAR.
Post Reply