New domain extensions

Submitted by BadIcon on 2015-05-21

Hello,

I'm trying to configure the "Email Settings" with a webissues@mydomain.support email but I get a "Incorrect value: Email address is invalid." error.
I think this is a problem of the software. What can I do to use this kind of email account?

Thank you.

Yes, you're right, it's a bug. I was sure I added support for long TLDs some time ago, but apparently I didn't.

The fix is really simple: just find function checkEmailAddress in line 251 of system/core/validator.inc.php and remove the digit "4", changing "{2,4}" in the regular expression to "{2,}".

Regards,
Michał

Thank you Michał!
It's working now.

Only as information for other users, the file validator.inc.php is in system/api/ not in system/core/

Kind regards.