Re: need guidance on sending emails with attachment with python.

2006-12-12 Thread ina
I put to gether a class to deal with this along time ago it might be of help to you. You can find it at http://phlik.ishpeck.net/index.php?P=b1114201575phlik. krishnakant Mane wrote: > hello, > I am a bit confused. > I want to make a program that will take some data from a database and > make a st

Re: need guidance on sending emails with attachment with python.

2006-12-11 Thread Richard Charts
krishnakant Mane wrote: > On 11 Dec 2006 04:54:04 -0800, Bernard <[EMAIL PROTECTED]> wrote: > > here's the function I've been using for while :P > > > thanks indeed for the function Bernard. > I will have a windows machine up tomorrow. but do I need to install > any thing over and above the python

Re: need guidance on sending emails with attachment with python.

2006-12-11 Thread Larry Bates
krishnakant Mane wrote: > hi jonathan, > it is understandable from your point of view I wont say you were rood. > but my question was different. > I am very new to doing programmed emails. > all I need to know is that will I need to use outlook or any thing to > send emails to pop3 or smtp? > I wan

Re: need guidance on sending emails with attachment with python.

2006-12-11 Thread krishnakant Mane
On 11 Dec 2006 04:54:04 -0800, Bernard <[EMAIL PROTECTED]> wrote: > here's the function I've been using for while :P > thanks indeed for the function Bernard. I will have a windows machine up tomorrow. but do I need to install any thing over and above the python libraries needed? is it necessary t

Re: need guidance on sending emails with attachment with python.

2006-12-11 Thread Bernard
here's the function I've been using for while :P import smtplib from email.MIMEMultipart import MIMEMultipart from email.MIMEBase import MIMEBase from email.MIMEText import MIMEText from email.Utils import COMMASPACE, formatdate from email import Encoders def sendMail(arrRecipients, sender, subje

Re: need guidance on sending emails with attachment with python.

2006-12-11 Thread krishnakant Mane
hi jonathan, it is understandable from your point of view I wont say you were rood. but my question was different. I am very new to doing programmed emails. all I need to know is that will I need to use outlook or any thing to send emails to pop3 or smtp? I want to know because I wont like to make