<?php
$liste = 'test@test.com,test2@test.com,test3@test.com'; // boşluk yok
mail($liste, 'konu', 'mesaj');
?>