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