``` python >>>import validators >>>print validators.email('うえあいお@email.com') >>>True ``` if you check this [url email chacker](http://email-checker.net/check) with `うえあいお@address.com` , this is not valid email address , Thanks, Ramin