SENDING MASS EMAIL TO SCRAPED DATA

TL1982

Newbie
Joined
Sep 18, 2025
Messages
4
Reaction score
2
Hi, I have scraped a load of data using a bot and I want to send out a series of mass emails to the data. I signed up to Brevo (formerly SendinBlue) and sent out a test email to 5,000 people and all ok. I then sent another email to 25,000 email addresses and got suspended.

My question is is there any email sending software that is not so strict and will not ban me for sending to scraped data, which at the same time still has the reporting capabilities that other companies have (open rate, easy to build emails, see who opened, who specifically clicked on link, etc).

I know I'm asking for the moon on a stick here, but any hep would be appreciated.

Thanks!
 
Clean first before sending. Btw, what bot are you using to scrape such high volume?
 
Nope, don't think so - no company will survive those kind of bans from outlook/gmail.

Either you build your servers and warm 'em up with aws SES etc or stay under the radar with multiple accounts and low volume.
 
Clean first before sending. Btw, what bot are you using to scrape such high volume?
How would I clean the list? I got someone off Fiverr to build something in Python
 
No, they were just scraped data
That might be the reason why you got suspended, the emails bounce rate was too high so Brevo suspended your account, check your bounce rate on the last campaign.

In the future to clean you're email list first before sending, all ESPs will ban you if your bounce rate is high.

Edit: The cheapest one I know of is debounce.io check them out, there is also others just google email cleaning service
 
That might be the reason why you got suspended, the emails bounce rate was too high so Brevo suspended your account, check your bounce rate on the last campaign.

In the future to clean you're email list first before sending, all ESPs will ban you if your bounce rate is high.

Edit: The cheapest one I know of is debounce.io check them out, there is also others just google email cleaning service
amazing, thank you
 
I scraped a big dataset and tried mass emailing with Brevo, small test with 5k went fine, but when I scaled to 25k my account got suspended. Is there any email software that’s less strict with large lists while still giving proper reporting features like open rates, click tracking, and easy campaign building?
 
I scraped a big dataset and tried mass emailing with Brevo, small test with 5k went fine, but when I scaled to 25k my account got suspended. Is there any email software that’s less strict with large lists while still giving proper reporting features like open rates, click tracking, and easy campaign building?
Did you clean that list before sending?
 
You will be banned from all services, none of them allow such spam. You need to build your own ifrastructure with instantly + google workspace accounts, and send max 30 emails per inbox per day, after warmup
 
You will need to clean up the email lists first and then using warmed up smtp, you can able to send emails without getting banned.
 
Mailchimp, Brevo, sendingblue.....all the major platforms will ban and suspend your accounts very quickly because it's completely against their terms and it ruins their servers reputation.

Better to build your own SMTP server, it requires many skills..linux sysadmin, powermta, dns records, solid understanding of mailing.

Or use an app that allows you to send from multiple Gmail/Outlook acoounts and uses proxies with rotation and spintax....
 
Hey, that sounds frustrating! If they sense anything unusual, they sometimes ban first and ask questions later. There are definitely other platforms you can try — ConvertKit, ActiveCampaign or SMTP-PLANS — they tend to be more flexible.
Whichever tool you use, the key is building a good sender reputation: warm up your domain gradually, keep your content clean (no spammy words), and focus on engagement. That’s how you stay out of spam. If email wasn’t effective, it would’ve died out by now — but it’s still one of the strongest channels when done right
 
Clean your list first — ESPs will suspend accounts with high bounce/spam rates.
 
can share
Hi, I have scraped a load of data using a bot and I want to send out a series of mass emails to the data. I signed up to Brevo (formerly SendinBlue) and sent out a test email to 5,000 people and all ok. I then sent another email to 25,000 email addresses and got suspended.

My question is is there any email sending software that is not so strict and will not ban me for sending to scraped data, which at the same time still has the reporting capabilities that other companies have (open rate, easy to build emails, see who opened, who specifically clicked on link, etc).

I know I'm asking for the moon on a stick here, but any hep would be appreciated.

Thanks!
can you share the method how you scrap those emails
 
Back
Top