"Alex Feddor" <alex.fed...@gmail.com> wrote
I would like to send email inside my Python code. On PC I have installed
Outlook 2003.
Outlook is a mail client, you don't need to use it to send email from
Python.
You can use the email module to do this, or for more detailed access
use the smtp module. This just sends the mail directly to the mail server
without going near Outlook.
HTH,
--
Alan Gauld
Author of the Learn to Program web site
http://www.alan-g.me.uk/
_______________________________________________
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor