Re: SPAM

2007-11-16 Thread John Bean
t;>> On Wed, 14 Nov 2007 15:12:23 -0500, Lew <[EMAIL PROTECTED]> wrote: >>> >>>> just bob wrote: >>>>> "John Bean" <[EMAIL PROTECTED]> wrote in message >>>>> news:[EMAIL PROTECTED] >>>>>> On W

Re: SPAM

2007-11-14 Thread John Bean
On Wed, 14 Nov 2007 11:04:35 -0800, "just bob" <[EMAIL PROTECTED]> wrote: > Your SPAM appears to be non-existent. Vapourware. Not real. Shame, I fancied a Spam fritter. -- John Bean -- http://mail.python.org/mailman/listinfo/python-list

* * * New eBooks Store * * *

2007-07-17 Thread Billy Bean
Multiple categories including literature, business, home & garden, computers & internet, and more! Learn how to make money at home, start your own business, try new recipes, etc. Complete resell rights included! http://www.grandgold.net -- http://mail.python.org/mailman/listinfo/python-list

Re: do cc list from smtplib

2005-10-21 Thread Bean
Tim Williams (gmail) wrote: > On 21 Oct 2005 02:34:40 -0700, [EMAIL PROTECTED] > <[EMAIL PROTECTED]> > > > > def email(HOST,FROM,TO,CC,SUBJECT,BODY): > > import smtplib > > import string, sys > > > body = string.join(( > > "From: %s" % FROM, > > "To: %s" % TO, > > "CC: %s %