Jump to content

Howto make a "Email all users" in php


nexuzkid

Recommended Posts

http://us3.php.net/manual/en/function.mail.php

 

You can use the implode function to condense an array into a string with separators. So this means you can take an array of emails (like what you would have if you got them from a database) and turn them into a string separated by commas which you can then plop into the mail function.

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.