Hi there,
I'd like to send emails from a Python program using Simple MAPI. I've
tried this code:
http://mail.python.org/pipermail/python-list/2004-December/298066.html
and it works well with Outlook Express 6 and Thunderbird 1.5, but it
doens't work at all with Microsoft Outlook 2007. I keep gett
Thanks!
--
http://mail.python.org/mailman/listinfo/python-list
Gerard,
I tried to run your code but my interpreter couldn't locate the
maildocument module. Is it included in Python standart library or
should I install it from other place?
Thanks,
Tomer
--
http://mail.python.org/mailman/listinfo/python-list
Hi there,
I'm new to Python, but know other scripting and programming languages.
I
want to develop a script which will receive emails with attachments
from my POP3 account, perform certain actions on it and email it back
to someone else.
However, I'm not familiar with any Python library which doe