[Question] Bulk mail

What to do

  • Spam those emails with CPA/affiliate

    Votes: 2 66.7%
  • sell this email list

    Votes: 1 33.3%

  • Total voters
    3

smallfeet

Newbie
Joined
May 28, 2018
Messages
34
Reaction score
26
Hey ladies and gentelmen,

I scarped some email list with at around 20k mails for one niche. How can I send mass emails for free and thus other inboxes don't see me as a spam? I was thinking of making tons of gmail/outlook/yandex/yahoo/mail.ru mails and to send from each to some part of people. Because I seem to not be able to find another free version for sending bulk and mass emails.

Most of them these free email providers have small send limit this is why I am thinking of owing multiple accounts to do this.

Not to forget what is the best approach to make that random dude read my email in the first place and hopefully click on the link I will be putting in the email? Was thinking to send referral links/CPA?

What are your thoughts, should I do this? Not sure even how many people can convert nor is email marketing worth it with scrapped list where users haven't gave me their email.

Don't know what to do

Need help, will be cool if some dude can help me out on this, thx!:eek:
 
Hey ladies and gentelmen,

I scarped some email list with at around 20k mails for one niche. How can I send mass emails for free and thus other inboxes don't see me as a spam? I was thinking of making tons of gmail/outlook/yandex/yahoo/mail.ru mails and to send from each to some part of people. Because I seem to not be able to find another free version for sending bulk and mass emails.

Most of them these free email providers have small send limit this is why I am thinking of owing multiple accounts to do this.

Not to forget what is the best approach to make that random dude read my email in the first place and hopefully click on the link I will be putting in the email? Was thinking to send referral links/CPA?

What are your thoughts, should I do this? Not sure even how many people can convert nor is email marketing worth it with scrapped list where users haven't gave me their email.

Don't know what to do

Need help, will be cool if some dude can help me out on this, thx!:eek:

For free, no real efficient way.

You would have to send them one by one on your own...other wise you need money to invest in mailer, proxies and other expenses...
 
Hey ladies and gentelmen,

I scarped some email list with at around 20k mails for one niche. How can I send mass emails for free and thus other inboxes don't see me as a spam? I was thinking of making tons of gmail/outlook/yandex/yahoo/mail.ru mails and to send from each to some part of people. Because I seem to not be able to find another free version for sending bulk and mass emails.

Most of them these free email providers have small send limit this is why I am thinking of owing multiple accounts to do this.

Not to forget what is the best approach to make that random dude read my email in the first place and hopefully click on the link I will be putting in the email? Was thinking to send referral links/CPA?

What are your thoughts, should I do this? Not sure even how many people can convert nor is email marketing worth it with scrapped list where users haven't gave me their email.

Don't know what to do

Need help, will be cool if some dude can help me out on this, thx!:eek:
To do that, you'll need couple of things mentioned below

1) bulk mailing software
2) email account creator or huge number of email accounts
3) a big pool of proxies
4) bulletproof server
 
To do that, you'll need couple of things mentioned below

1) bulk mailing software
2) email account creator or huge number of email accounts
3) a big pool of proxies
4) bulletproof server
For free, no real efficient way.

You would have to send them one by one on your own...other wise you need money to invest in mailer, proxies and other expenses...

So you are suggesting me to go with paid options? What about registering with bulk email services such as mailchimp for their free version, register bulk accounts to do the free version and thus cover all emails I have or it is a waste of time?

Problem is that I see these subscription plans to be quite expensive for 20k list to send emails only one time and I am not sure if list is good enough to convert and get my money back.
 
So you are suggesting me to go with paid options? What about registering with bulk email services such as mailchimp for their free version, register bulk accounts to do the free version and thus cover all emails I have or it is a waste of time?

Problem is that I see these subscription plans to be quite expensive for 20k list to send emails only one time and I am not sure if list is good enough to convert and get my money back.

I am just telling you that it would become more expensive for you. If you think you can get away without bulk mailing software, then NO you cannot since you cannot keep sending mails whole day manually since most email providers have limit of 25 emails/hour. Sending 20,000 needs 800 rounds of sending email each day which is impossible without automation.

Without bulletproof server you'll have your internet provider giving you a legal notice.

Without a pool of proxies you'll have your IP's getting blacklisted by spam indexes

Without email account creator or buying email accounts you can't imagine moving further since you'll keep getting your old email accounts getting marked as spam.
 
I am just telling you that it would become more expensive for you. If you think you can get away without bulk mailing software, then NO you cannot since you cannot keep sending mails whole day manually since most email providers have limit of 25 emails/hour. Sending 20,000 needs 800 rounds of sending email each day which is impossible without automation.

Without bulletproof server you'll have your internet provider giving you a legal notice.

Without a pool of proxies you'll have your IP's getting blacklisted by spam indexes

Without email account creator or buying email accounts you can't imagine moving further since you'll keep getting your old email accounts getting marked as spam.
automation is not the real issue as you can get cracked software or yet even you have open source options out there. But this seems like hard to pull off keeping in mind that this thing is illegal and that I could end up in court for simply trying to grab some money as affiliate, maybe you are right it is to risky. Why do people opt for scrapping mails buying and selling them when it is not that easy to turn people into potential costumers?
 
Problem is that I see these subscription plans to be quite expensive for 20k list to send emails only one time and I am not sure if list is good enough to convert and get my money back.

Can't sell the list if you think it's not good enough to convert. Better to try it for yourself.
 
The list is small to be sold, mailchimp solution won't work because you gonna need 10 different domains i guess otherwise you gonna get suspended, there is no way of sending that amount for free, you gonna have to invest always either in a massmailing tool, domains, proxies or a server!

the easiest solution and cheapest solution from my opinion but requires a bit of server side experience is :
- Build your own SMTP using iredmail.org package on a free aws ec2 server
- Use a 1$ domain from namecheap with the SMTP
- Now for the sending part use PHP Mailer script

So you gonna cut the costs to 1$ but i don't think you could build the SMTP actually, if so then just ignore building SMTP part and get 1 email from each ESP ( gmail - yandex - yahoo - hotmail ) and split the list to 4 files each 5k and then feed PHP mailer with email accounts SMTP creds and send each file one by one.
 
The list is small to be sold, mailchimp solution won't work because you gonna need 10 different domains i guess otherwise you gonna get suspended, there is no way of sending that amount for free, you gonna have to invest always either in a massmailing tool, domains, proxies or a server!

the easiest solution and cheapest solution from my opinion but requires a bit of server side experience is :
- Build your own SMTP using iredmail.org package on a free aws ec2 server
- Use a 1$ domain from namecheap with the SMTP
- Now for the sending part use PHP Mailer script

So you gonna cut the costs to 1$ but i don't think you could build the SMTP actually, if so then just ignore building SMTP part and get 1 email from each ESP ( gmail - yandex - yahoo - hotmail ) and split the list to 4 files each 5k and then feed PHP mailer with email accounts SMTP creds and send each file one by one.
Thanks mate, really needed this. I'll see how the SMTP goes.
 
No software or service permits sending over 500 emails in a month. A quick Google search will reveal free options. If you're eager to save time and maximize your mailing list, specific software can assist in reaching a broader audience.

Ensure your list is active and clean to avoid account bans by software providers. Proper email utilization can lead to significant financial gains.

Email Marketing Works, Always!
 
Make sure to clean your list first.

Start sending to a small list to see what's resonate with the audience, after figuring out what email subject, body and offer then send to the entire list.
 
I have sme suggest for you. Keep in mind without these you can't go with front.

1. Bulk Email accounts created formual.
2. Bulk of proxy must be mobile or residantioal proxy.
3. A hard DMCA ignored or bullet protect server.
If you can manage you can go with them very easily.
 
Back
Top