il codice
if ($test == '<xxxx@gmail.com>')
{
$datasender->AddToAddr("schegge<xxxx@gmail.com>");
}
if ($test == '<xxxx@yahoo.com>')
{
$datasender->AddToAddr("mehdi<xxxx@yahoo.com>");
}
l' email non arriva.
function AddToAddr($toaddr)
{
array_push($this->dest_list,$toaddr);
}