Jump to content

Adding 'mail list' function to my fighter database?


aaricwon

Recommended Posts

I have a database of fighters. The fighters go to a online form and register to fight in my event. Once they register, their info (including email address) is saved in a database that I can search through when I need a fighter for an event. I would like to add a function where I can "email all"... Does anyone know how I would go about doing that or if it's possible?

have a look at the mail pear package for large amounts of users, mail() will be adequete for plain text and simple html.

 

PEAR Mail: http://pear.php.net/package/Mail

php mail(): http://www.php.net/manual/en/function.mail.php

 

hope this helps,

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.