Re: Emailing in Python

2004-12-14 Thread Larry Bates
Great class for making this very easy located here: http://motion.sourceforge.net/related/send_jpg.py And is supports list of binary attachments that is pretty tricky by hand. Larry Bates Syscon, Inc. Philippe Reynolds wrote: Hi, I'm learning python...one of my tasks is to send out emails... I can

Re: Emailing in Python

2004-12-14 Thread Fredrik Lundh
Philippe Reynolds wrote: > I'm learning python...one of my tasks is to send out emails... > I can send emails to one person at a time but not as groups > > Do you think you can help. > > Cheers > Philippe Reynolds > > Here is the section of code: > # me == the sender's email address > me = '[E

Emailing in Python

2004-12-14 Thread Philippe Reynolds
Hi, I'm learning python...one of my tasks is to send out emails... I can send emails to one person at a time but not as groups Do you think you can help. Cheers Philippe Reynolds Here is the section of code: # me == the sender's email address me = '[EMAIL PROTECTED]' # you == the recipient's em