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