[LinuxUsers] bulk email sending aka spam?
Peter Manis
manis at digital39.com
Mon Nov 10 13:48:09 UTC 2008
I would create a text file or csv with the email addresses and just find a
python script that sends mail through smtp. This is the most portable
solution as the modules needed will be in 99.9% of all python
installations. Going that route you would be able to add multiple smtp
servers if needed and you can also setup a pause between each email to get
around any limitations set by administrators. If it is a per
email/recipient limitation you would need to set a couple variables for each
server so that it will go up to but not exceed that many emails being send
through that server.
On Sat, Nov 8, 2008 at 3:45 PM, Chris Penn <cantormath at gmail.com> wrote:
> Hey Gang,
>
> I need to know how to send out some spam. I can't believe I care about
> this, but I have been informed I do now. I am usually trying to fight spam
> and amazingly do not know how to create it efficiently. I have seen
> software that aids in bulk email and I am wondering if anyone has
> recommendations or other techniques that accomplish this same goal without
> the use of a listserv. I am also looking for an automated way to send this
> spam out in parts so that I can avoid smtp limitation on a mailserver often
> set by many system administrators. The smtp server doing the sending is not
> under my control, it is just a host machine payed for to host the website
> and email, like dreamhost.
>
> There are only a thousand emails or so. I need to know how to do this once
> every 3-6 months, so I am not necessarily looking for something state of the
> art.
>
> thanks
>
> Chris...
> --
> "As we open our newspapers or watch our television screens, we seem to be
> continually assaulted by the fruits of Mankind's stupidity."
> -Roger Penrose
>
> _______________________________________________
> LinuxUsers mailing list
> LinuxUsers at socallinux.org
> http://socallinux.org/cgi-bin/mailman/listinfo/linuxusers
>
>
--
Peter Manis
(678) 269-7979
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://socallinux.org/pipermail/linuxusers/attachments/20081110/bc5dda1d/attachment.htm>
More information about the LinuxUsers
mailing list