zendframework/zend-validator

EmailAddress - validateInternationalizedLocalPart method optional?

Closed this issue · 0 comments

With RFC 6532 extends atext to include non-ascii utf in local part of e-mail, we started have problems with Amazon SES, with not allow chars other than 7-bit ASCII characters: Amazon SES API docs

Shouldn't it be optional to validate such characters?