Re: email and smtplib modules

2005-04-10 Thread [EMAIL PROTECTED]
Hi Mike, Thanks for the quick tutorial :) Quite helpful. -- http://mail.python.org/mailman/listinfo/python-list

Re: email and smtplib modules

2005-04-10 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2005-04-09 16:42:04 -0500: > "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > > > Hi, > > > > I'm writing a small script that generates email and I've noticed that: > > > > 1) one should add the 'To' and 'CC' headers to the email message > > 2) one needs to specify the recip

Re: email and smtplib modules

2005-04-09 Thread Mike Meyer
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > Hi, > > I'm writing a small script that generates email and I've noticed that: > > 1) one should add the 'To' and 'CC' headers to the email message > 2) one needs to specify the recipients in the smtplib sendmail() method > > Can someone explain ho