View Single Post
  #9 (permalink)  
Old 11-29-09, 11:10 AM
braca86 braca86 is offline
Newbie Coder
 
Join Date: Oct 2009
Posts: 14
Thanks: 8
Thanked 0 Times in 0 Posts
???

how to send email to 2 or more reciptiens????
ive tried with

$to = "me@mydomain.com; me2@mydomain.com";
$subject = "File upload";
$body = "My file uploaded successfully... The link is: ";

and with

$to = "me@mydomain.com;
$to = "me2@mydomain.com";
$subject = "File upload";
$body = "My file uploaded successfully... The link is: ";

its not working... any help????
Reply With Quote