Managing 10,000 Email Accounts

sumit60

Newbie
Joined
Apr 8, 2013
Messages
44
Reaction score
9
I have purchased Gmail, Yahoo, AOL, and Hotmail PVA accounts the list size is almost 10K

My use case is: I need to manage these 10,000 email accounts daily, It's an email seed list - as soon as emails are sent to this seed list. The following action needs to be done:

email should be moved from spam box to Inbox
email should be opened and clicked
email should be replied to using GPT3

What technology stack is required to pull this off? Realistic Deadlines? Cost factor Involved?

Are any tools already available which can do this?

Any guidance or suggestion would be really helpful, I will be grateful & thankful for your Insights.

Thank you
 
email should be moved from spam box to Inbox
1) Its settings within gmail you can do that on mass scale via bot.
email should be opened and clicked
2) Possible. But include the proxy support here.
email should be replied to using GPT3
3) There are api's in market for this so this is possible too..

Everything can be pulled off using selenium + python using proxy api + GPT3 api. I dont think any tools are available for custom needs. Cost can be up and down based on the company and coder you choose.

Estimated Cost will be around 900$ to 1400$ . Its a small work but too many logic's are involved.

Good luck :)
 
email should be moved from spam box to Inbox
1) Its settings within gmail you can do that on mass scale via bot.
email should be opened and clicked
2) Possible. But include the proxy support here.
email should be replied to using GPT3
3) There are api's in market for this so this is possible too..

Everything can be pulled off using selenium + python using proxy api + GPT3 api. I dont think any tools are available for custom needs. Cost can be up and down based on the company and coder you choose.

Estimated Cost will be around 900$ to 1400$ . Its a small work but too many logic's are involved.

Good luck :)
Selenium to manage 10k email accounts? LOL

Use IMAP and SMTP along with python and socket proxies.
 
Remember that IMAP on Gmail has been disabled since this month
 
You need to hire a developer to build this bot for you.
 
Remember that IMAP on Gmail has been disabled since this month
from what i understand they just made it so that you need a 2-auth for the account, and then you can imap with their 16 digit code. harder but not disabled
 
i've already made browser based bot for gmail, currently handling 80k accounts and building ones for other providers. also have a warming service in place.
 
Can I test your bot?
I'll be supplying warmed up SMTP's to select clients in the near future, I am afraid i can't give access to the bot itself since it will shorten its lifespan. if you have something we can do rev share on that also works.
 
I'll be supplying warmed up SMTP's to select clients in the near future, I am afraid i can't give access to the bot itself since it will shorten its lifespan. if you have something we can do rev share on that also works.
I'd take at least a couple of dozen gmail accounts for the test.Are your farmed accounts for running ads or regular accounts?
 
I'd take at least a couple of dozen gmail accounts for the test.Are your farmed accounts for running ads or regular accounts?
Oh no not the gmail accounts, the SMTP's are server ips, we use the gmail accounts to warmup the ips. the accounts are aged 2012~2015 max.
 
i've already made browser based bot for gmail, currently handling 80k accounts and building ones for other providers. also have a warming service in place.
Hi, Please what do you do to prevent Google from Disabling your gmails. A lot of mine are getting disabled
 
You'll need proper undetected automation for it to work, using publicly available frameworks will flag you.
Could you elaborate on what you mean by undetected automation? Is it something that is selenium-driven and what did you do to make in undetectable?
 
webdriver driven, too many things are easily detected with publicly available frameworks, behavioral checks need to also pass.
also using custom browser for fingerprinting.
 
webdriver driven, too many things are easily detected with publicly available frameworks, behavioral checks need to also pass.
also using custom browser for fingerprinting.
Yo im just curious on what you did, not really interested in the implementation but more on the steps and ideas.
What's your stack? Is it an anti detect or original chrome/chromium + plugins?
Also, do you mean mouse event emulation by "behavioral checks"?
 
Back
Top