Skip to content

valid email-addresses with IDNs do not validate #167

Description

@heiglandreas

What

When I try to validate an email-address with an IDN-Domain (like "test@exämple.com") the validation will always fail.

What is expected

The validation should only fail when the email-address is actually invalid.

Due to the validator using the filter_var underneath, the domain-name should perhaps be punycode-encoded before passing it to the filter_var. But perhaps this article on wikipedia contains better information…

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions