Jump to content

Edit History

Kert L

Kert L


added intl image from phpinfo

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();

 

Screenshot from 2019-07-11 17-57-55.png

Kert L

Kert L

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();

 

×
×
  • Create New...