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
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
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
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 %