function getRecipient(){
$a=array('one@example.com', 'two@example.com','three@example.com');
$f=__DIR__.'/file_v_kotorom_sohranim_index';
$i=0;
if(file_exists($f)){
$i=file_get_contents($f);
if($i<=count($a) $i++;
file_put_contents($f, $i);
}else{
file_put_contents($f, $i);
}
return $a[$i];
}