Uhh.. That's not all. For sure. This is all I've come across:
When I send appropriate data, I get message saying "<Success/>" but don't receive the verification email. Thus when registering via client, I get it instantly? Anybody know what might be the problem?
E: Oh oh oh oh! I got it!
I was having plus (+) character in my email so it sent it to somewhere arse. Anybody know how to encode that to send it to right direction? (eg. email+abc(at)lol.com)
E:E: Fuckballs! Got it to work. Basic urlencoding. "+" -> "%2b"
Code:
guid : DDDDDDDD30A5B289EA856859A, // Globally unique identifier? 25 characters long, might be wrong though o_O newGUID : email, password : pass123, ignore : 1234, // I think this can be anything from 0 to 9999 isAgeVerified : 1
E: Oh oh oh oh! I got it!
I was having plus (+) character in my email so it sent it to somewhere arse. Anybody know how to encode that to send it to right direction? (eg. email+abc(at)lol.com)
E:E: Fuckballs! Got it to work. Basic urlencoding. "+" -> "%2b"

