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????