Can someone post a simple example of how a PHP mail form can be build that can send an email from a mysql table row? The emails are stored there, in DB, so i need a script that can grab emails and send an email to them. Thank you very much.
If I understand you correctly, the email addresses are stored in a mySQL table and you want to send a message to them? Maybe you could be more specific.