Hi,

I have a form to email script, but it seems that whenever i want it to go to more than 1 email address, the server spits a 500 out at me.

currently,

$to = "nullbox\@hotmail.com";

works.

but when i add

$to = "nullbox\@hotmail.com, nullbox2\@hotmail.com";

it doesnt work.

anybody know what im doing wrong?