presta-dyr Posted January 13, 2019 Share Posted January 13, 2019 I filen classes/Mail.php i metoden toPunyCode() har jeg rettet: return $address[0] . '@' . idn_to_ascii($address[1], 0, INTL_IDNA_VARIANT_UTS46); til: return $address[0] . '@' . idn_to_ascii($address[1], 0); for at undgå advarsler. /Kjeld Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now