aaricwon Posted February 28, 2008 Share Posted February 28, 2008 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? Link to comment https://forums.phpfreaks.com/topic/93522-adding-mail-list-function-to-my-fighter-database/ Share on other sites More sharing options...
uniflare Posted February 28, 2008 Share Posted February 28, 2008 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, Link to comment https://forums.phpfreaks.com/topic/93522-adding-mail-list-function-to-my-fighter-database/#findComment-479259 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.