Using GMAIL SMTP for Bulk Mailing

adbox

Power Member
Joined
May 1, 2009
Messages
658
Reaction score
108
Hello,

Anyone have any experience using gmail's smtp + account to perform mass mailings of 10,000+ a day?

adbox
 
if you have multi accounts and a good captcha solver if you dont its never going to happen lol
 
I send about 15k a day using 150 gmail accounts. Works good for me. I make my app rotate through the accounts and don't send 100 at once from each account. Getting around 80% delivery rate.

PM me if ur interested in my app.
 
I send about 15k a day using 150 gmail accounts. Works good for me. I make my app rotate through the accounts and don't send 100 at once from each account. Getting around 80% delivery rate.

PM me if ur interested in my app.

im intrested can you import contacts iv got 2000 to send to
its free right:cool:
 
well you do if you want to unlock your account so you can keep sending messages still looking for a way to send 2000 messages ONLY 1 TIME
 
so if gmail is a bad approach with a single account, then is php sendmail the next good bet?

What else do you guys recommend, that doesnt have investment costs associated.
 
2000 is not that many. Most hosts alllow 250 an hour. Yes you can use php sendmail() for this.
 
Gmail keeps blocking my accounts. And I have 6000 that I've been using to disable. It's getting expensive to unlock those everyday.
 
I ran the expreiment. I sent 2000 off to all gmail accounts from a sendmail php function and a script to moderate the quantity sent ever x seconds.

Gmail directed the message to the spam inbox of my test accounts. This is harder than I suspected.
 
I send about 15k a day using 150 gmail accounts. Works good for me. I make my app rotate through the accounts and don't send 100 at once from each account. Getting around 80% delivery rate.

PM me if ur interested in my app.


Does your app rotate IP addresses or just use 1 when you rotate thru your 150 gmail accounts? are you using gmails smtp?
 
Back
Top