has any body experience with mail() function of PHP in case of issues with new top level domains like ".one" ?
mail('name@domain.one', 'Description', 'Mesage', null,
'-fwebmaster@example.com');
This email never be send to his recipient. Other emails like .com are no problem.