Hi,
I'm just wondering what is the best way to send out mass emails...
I was thinking of having a database table with just the users email, and then a
foreach(
mail()
)
loop.
Is this a good way to do it, or is there a better way? Will this get me blacklisted in any way?