[Tutor] Sending Email - Outlook 2003 / Overcome SecurityWarning!

Alan Gauld alan.gauld at btinternet.com
Sun May 10 09:59:34 CEST 2009


"Alex Feddor" <alex.feddor at 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/ 




More information about the Tutor mailing list