See this post for information: https://stackoverflow.com/a/2071250
I tried making a test account with the user email of mason@日本.com, but I see that Smartfox itself is rejecting "bad" emails:
Code: Select all
WARN [SFSWorker:Ext:3] signup.SignUpAssistant - Email address: mason@日本.com is invalid, from ( User Name: Guest#1, Id: 1, Priv: 0, Sess: 127.0.0.1:52764 )Code: Select all
~/^.+@.+\..+$/gCode: Select all
suac.getConfig().isEmailRequired = false;