Edit History
For reference the problem is in this function "idn_to_ascii" In Mail class method toPunycode ( classes/Mail.php:893 )
From php.net idn_to_ascii requires intl >= 1.0.2
You can verify if you have these requirements from phpinfo
<?php phpinfo();