$Kimlere = array(
"deneme@hotmail.com",
"jelioxe@hotmail.com"
);
foreach ($Kimlere as $Kişi) {
mail($Kişi, "Konu", "Mesaj", "");
}
?>