PDA

View Full Version : Mass email



Ecopetition
06 Aug 2006, 03:14 PM
How can I perform a mass email to all email addresses in a MySQL database without needing to actually open up my email provider (eg hotmail, or in my case my servers)?

Rincewind
08 Aug 2006, 08:04 AM
Using the php funtion mail() you can send emails. However, take note that most web hosts forbid the sending of mass mail. It takes up far too much of the servers resourses. You should look into use a dedicated mail host or mail server rather than shared hosting.