ok, i don't know how the data should be formatted for AddAddress PHPMailer function; i need the email to be sent to multiple recipients so i tried
$to = "[email protected],[email protected],[email protected]";
$obj->AddAddress($to);
but with no success. any help will be appreciated. thanks