Sending email from a Python script

Bjorn Pettersen BPettersen at NAREX.com
Wed Jun 19 15:19:02 EDT 2002


> From: Jeffrey Keil [mailto:keilj_33 at yahoo.com] 
> 
> Is it possible to send an email from a Python script?

Read The Fine Manual. The first example in the email module should show
you the basics, but you probably also need to read the section on
smtplib.

-- bjorn





More information about the Python-list mailing list