#native_company# #native_desc#
#native_cta#

Multiple Email Sending

By Steven Chalker
on December 17, 2001

Little Tip: To send multiple emails, use commas to split where to send.
And avoid the links in PHP Code.

<?php
mail("[email protected],[email protected],[email protected],[email protected]","subject","msg","headers: true");
?>

That’s how you do it.

-Steven ( [email protected] )

http://stevenchalker.net