Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are special characters in e-mail address possible?

Tags:

email

utf-8

I'm using Apache Commons e-mail validator and it refuses to accept email address like:

ąźóęł@email.com

so I would like to ask if it's right to not allow them or I should change validator?

like image 671
TJL Avatar asked Jul 02 '09 14:07

TJL


1 Answers

http://en.wikipedia.org/wiki/E-mail_address#RFC_specification contains all the info you need: a link to the official RFC specs, which characters are good, etc.

like image 192
drvdijk Avatar answered Sep 21 '22 22:09

drvdijk