01-17-2012, 08:53 PM
Not my method or post --Leeched it --credit goes to OP
Here's a lil trick you can use to send 1000's of emails that will inbox 100% of the time.
Problem: Reputation-based spam filters.
Solution: Get Yahoo to send your spam for you.
Overview:
Yahoo groups allows you to promote your yahoo group like you would a newsletter on your website. You can place a tiny html code on your website that people can use to join your group by submitting their email. The email must be confirmed.
Code:
This is the email yahoo sends to you when you request to join a group using the form:
If you notice there are no "abuse" links, or ways to report you from within the email itself.
Nor is there a way to edit the message. Users must click the link to view your group homepage, or join the group for you to get your message across.
I haven't found a limit on how many emails you can send.
We will be exploiting this form using the headers to send email. Users normally would have to input their email themselves, but we are doing it for them.
Steps
Do not run this app on your home computer ISP if you plan on abusing it.
Here's a lil trick you can use to send 1000's of emails that will inbox 100% of the time.
Problem: Reputation-based spam filters.
Solution: Get Yahoo to send your spam for you.
Overview:
Yahoo groups allows you to promote your yahoo group like you would a newsletter on your website. You can place a tiny html code on your website that people can use to join your group by submitting their email. The email must be confirmed.
Code:
Code:
<form method="get" action="http://groups.yahoo.com/subscribe/yourgroupname" style="background-color: #ffc; width: 254px; padding: 2px 4px"> <h6 style="font-weight: bold; margin-bottom: 5px; text-align: center"> Subscribe to yourgroupname</h6> <input style="vertical-align: top" type="text" name="user" value="enter email address" size="20" /> <input type="image" alt="Click to join yourgroupname" name="Click to join yourgroupname" src="http://us.i1.yimg.com/us.yimg.com/i/yg/img/i/us/ui/join.gif" /> <p style="text-align: center;"> Powered by <a href="http://us.groups.yahoo.com/">us.groups.yahoo.com</a></p> </form>
Code:
Hello your@email.com We have received your request to join the yourgroupname group hosted by Yahoo! Groups, a free, easy-to-use community service. This request will expire in 7 days. TO BECOME A MEMBER OF THE GROUP: 1) Go to the Yahoo! Groups site by clicking on this link: http://groups.yahoo.com/i?i=x0aawnlqndjpw2ntx1co0xzju12tz3d&e=your@email.com (If clicking doesn't work, "Cut" and "Paste" the line above into your Web browser's address bar.) -OR- 2) REPLY to this email by clicking "Reply" and then "Send" in your email program If you did not request, or do not want, a membership in the yourgroupname group, please accept our apologies and ignore this message. Regards, Yahoo! Groups Customer Care Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
Nor is there a way to edit the message. Users must click the link to view your group homepage, or join the group for you to get your message across.
I haven't found a limit on how many emails you can send.
We will be exploiting this form using the headers to send email. Users normally would have to input their email themselves, but we are doing it for them.
Steps
- Download my simple ubot program
- Input your yahoo group name into the software.
- Browse for your email list in .csv format with one email per line.
- Click Run
- Pick a good niche and place a link to your website, or CPA offer in the description of your yahoo group.
- Since you own the yahoo group, everyone that joins, you will now be able to email members by posting a message within the group. Email them at anytime, anything you want.
Do not run this app on your home computer ISP if you plan on abusing it.