Programmer new to sending bulk gmails

Kode

Junior Member
Joined
Sep 21, 2016
Messages
138
Reaction score
30
Hello,

I'm planning to send bulk gmail programmatically with PHP. So here's my plan:

- Buy a bunch of gmail accounts (aged 1 years) with less secure app enabled.
- Run a cron job so it sends out an email every second from one of the gmail accounts.
- Let it run for like 12 hours. So that's 60 x 12 = 720 emails per day.
- Also check emails for hard bounces before sending it out.
- Forward all replies to each other and which eventually forwards back to a main gmail which would be used to handle future correspondence.

Is this a good way to do it? Do I also need to use different IP as well when I rotate between the accounts? Do I need to warm up the accounts before using it?
 
You could just setup gsuite email account and do that.

If you pay in advance for the year you can send 2000 immediately or if you pay monthly 500 for the first 3 months, then 2000 per day.
 
If you pay in advance for the year you can send 2000 immediately or if you pay monthly 500 for the first 3 months, then 2000 per day.
I would try this one as well. Sometimes it does worth to pay first you can use quickmail or some softwares that use gsuite accounts to send bulk with your settings
 
You could just setup gsuite email account and do that.

If you pay in advance for the year you can send 2000 immediately or if you pay monthly 500 for the first 3 months, then 2000 per day.

I forgot to mention. These are for cold emails. I thought gsuite doesn't like that.
 
AFAIK You can’t send more than 500 emails a day with gmail
 
Spread them through the day, dont send all at once.
 
AFAIK You can’t send more than 500 emails a day with gmail

I know. That's why I planned to buy 50 gmail accounts and rotate between them. But it seems people is just suggesting me to get gsuite instead.
 
I know. That's why I planned to buy 50 gmail accounts and rotate between them. But it seems people is just suggesting me to get gsuite instead.

if you’re going to rotate them in a random pattern I wouldn’t be scared, they’ll catch you up sooner or later but I think you’ll get caught once profit is done so go for it
 
if you’re going to rotate them in a random pattern I wouldn’t be scared, they’ll catch you up sooner or later but I think you’ll get caught once profit is done so go for it

Yeah, other people suggested gsuite to me. My thinking is that if one of the accounts get suspended, I can just always add more. But my gsuite account get suspended, I will have to start the whole thing over with a new gsuite account.
 
Yeah, other people suggested gsuite to me. My thinking is that if one of the accounts get suspended, I can just always add more. But my gsuite account get suspended, I will have to start the whole thing over with a new gsuite account.

Yeah true, also i would do the whole thing over vbnet or c# instead of php, did it in the past and managed to get a Twitter scrapper with auto sending within 10/15 min
 
Yeah true, also i would do the whole thing over vbnet or c# instead of php, did it in the past and managed to get a Twitter scrapper with auto sending within 10/15 min
I see, I see. Should I also use a vps?
 
Thats on the free account you can send 2000 on paid.
https://support.google.com/a/answer/166852?hl=en

That's what they claim. I have an account that I've been emailing with for a few months and I warmed the account up first. Then started sending out more and more, never more then 300-400 emails in one day, after a while they were blocking me after 100 or so emails in one day for 24 hours. They've kept this account throttled for a while. I've let it sit for about a month now to see if they stop the throttling and I'm using another account sending about 100 emails per day.

I'm not getting any spam complaints because I'm actually offering to buy instead of trying to sell.
 
Does anyone have Gmail/Yahoo/Hotmail/Outlook accounts for sale/rent so i can warm up my ip addresses? need around 100
 
Back
Top