mail("$dsondage->mail_admin","[".NOMAPPLICATION."] "._("Poll's participation")." : $dsondage->titre","\"$data->nom\"".""._("has filled a line.\nYou can find your poll at the link")." :\n\n".getUrlSondage($numsondage)." \n\n"._("Thanks for your confidence.")."\n".NOMAPPLICATION,$headers);
mail("$dsondage->mail_admin","[".NOMAPPLICATION."] "._("Poll's participation")." : ".htmlspecialchars_decode($dsondage->titre,ENT_QUOTES),"\"".htmlspecialchars_decode($data->nom,ENT_QUOTES)."\"".""._("has filled a line.\nYou can find your poll at the link")." :\n\n".getUrlSondage($numsondage)." \n\n"._("Thanks for your confidence.")."\n".NOMAPPLICATION,$headers);