Jump to content

mail()


NathanLedet

Recommended Posts

I'm wondering if this is possible...

 

$to = //Script here to retrieve multiple e-mails from database

$subject = "You have mail";

$message = "This is the message";

$headers  = "MIME-Version: 1.0\n";
$headers .= "Content-type: text/html; charset='iso-8859-1'\n";

mail($to,$subject,$message,$headers);

 

and it needs to send the same e-mail to multiple people.  Thanks for any advice :)

Link to comment
https://forums.phpfreaks.com/topic/113627-mail/
Share on other sites

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.