Gmail Captcha problem

aquitaine

Newbie
Joined
Jun 3, 2009
Messages
9
Reaction score
2
Hi,
New to the forum here and this is a starter question, hope someone can help!

I was doing some mailing via Gmail, and i notice that when you send out about 10 mails, gMail will lock down your account with a captcha.

So i got an account with decaptcha and programmed the API in to solve the captchas. The captcha's solve fine, but gMail still wont remove the lock.

Odd thing is that if i solve the captcha manually via the browser the account gets unlocked fine and i can do another 10 sends.

Does anyone have experience with this ? Any help please ?

thanks !!
 
it's quite strange....when you decaptch with the api, you have to put the code in the form via web, so it's like you are a human which is typing.... I don't think google is able to catch this. Anyway, I decaptch hundreds of accounts per day without any problem
 
dspa . what i think the problem may be is that since im doing this server side, it does the login to gmail via the html interface and not the html + ajax interface so google can tell that it's probably not a real human being, that being said, im sure there's a way to overcome that problem which i dont see at the moment

What do you use to decaptch? Is it server side (linux) code or from the desktop?
 
Back
Top