Sending Mass Email through PHP and Mysql

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
michael_b
Forum Newbie
Posts: 1
Joined: Wed Sep 29, 2010 5:00 am

Sending Mass Email through PHP and Mysql

Post by michael_b »

Hi there was looking just for a little bit of help,
currently as admin of my website I can email one user using my email page.
However I was trying to add a page where I could email all users on my database.
would anyone be able to suggest a good way of doing this?
User avatar
twinedev
Forum Regular
Posts: 984
Joined: Tue Sep 28, 2010 11:41 am
Location: Columbus, Ohio

Re: Sending Mass Email through PHP and Mysql

Post by twinedev »

To help give a good answer, Approximately how many users, how often, and what type of content to be mailed?

-Greg
User avatar
DigitalMind
Forum Contributor
Posts: 152
Joined: Mon Sep 27, 2010 2:27 am
Location: Ukraine, Kharkov

Re: Sending Mass Email through PHP and Mysql

Post by DigitalMind »

A loop with mail() inside
Post Reply